See: Description
Interface | Description |
---|---|
PathFilter |
A path filter.
|
Vars.Resolver | |
ZipEntryFilter |
Class | Description |
---|---|
ArrayUtils |
Array utils.
|
Base64 |
Encodes and decodes to and from Base64 notation.
|
Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
Constants | |
ExceptionUtils |
Provides utility methods for manipulating and examining
exceptions in a generic way.
|
FileNamePattern | |
FilePathPattern | |
FileTreeIterator | |
FileUtils | |
FullTextUtils |
Functions related to simple fulltext parsing.
|
IdUtils |
Utils for identifier generation.
|
JarUtils | |
Null | |
Path | |
PathFilterSet | |
Registry<T> |
Generic registry implementation.
|
RFC2231 |
RFC-2231 specifies how a MIME parameter value, like
Content-Disposition 's filename , can be encoded to contain arbitrary
character sets. |
SerializableHelper |
Helper to test object serialization.
|
SizeUtils |
Class containing helpers related to the expression of sizes in bytes,
kilobytes, etc.
|
StringUtils |
Utils for String manipulations.
|
TextTemplate |
Text template processing.
|
URIUtils |
Helper class to parse a URI or build one given parameters.
|
URLStreamHandlerFactoryInstaller |
Used to force installation of URLStreamHandlerFactory as the default
mechanism in Java is failing to set a new factory if one was already set.
|
URLStreamHandlerFactoryInstaller.FactoryStack | |
Vars | |
XidImpl |
A Serializable
Xid independent of the transaction manager
implementation. |
ZipFileIterator |
An iterator over the entries in a zip file.
|
ZipIterator |
An iterator over the entries in a ZIP file.
|
ZipUtils |
Copyright © 2011 Nuxeo SA. All Rights Reserved.