Interface | Description |
---|---|
ClasspathResourceFinder |
Interface for finding classpath resources.
|
IOPipe.LineProcessor |
Interface to implement for the
IOPipe.lineProcessor(LineProcessor) method. |
ZipFileList.ZipFileEntry |
Interface for ZipFileList entries.
|
Class | Description |
---|---|
AList<T> |
An extension of
LinkedList with a convenience AList.append(Object) method. |
AMap<K,V> |
An extension of
LinkedHashMap with a convenience AMap.append(Object,Object) method. |
Args |
Utility class to make it easier to work with command-line arguments pass in through a
main(String[] args) method. |
ASet<T> |
An extension of
LinkedHashSet with a convenience ASet.append(Object) method. |
CalendarUtils | |
ClasspathResourceFinder.Null |
Represents "no" classpath resource finder.
|
ClasspathResourceFinderBasic |
Utility class for finding resources for a class.
|
ClasspathResourceFinderRecursive |
Same as
ClasspathResourceFinderBasic but searches for resources up the parent class hierarchy chain. |
ClasspathResourceFinderSimple |
Utility class for finding resources for a class.
|
ClasspathResourceManager |
Class for retrieving and caching resource files from the classpath.
|
ExtendedMimetypesFileTypeMap |
An extension of
MimetypesFileTypeMap that includes many more media types. |
IOPipe |
A utility class for piping input streams and readers to output streams and writers.
|
ManifestFile |
Utility class for working with Jar manifest files.
|
MessageBundle |
Wraps a
ResourceBundle to provide some useful additional functionality. |
MetadataMap |
Utility class for quick lookup of class metadata instances.
|
PojoIntrospector |
Used to invoke methods on
Objects using arguments in serialized form. |
PojoMerge |
Utility class for merging POJOs behind a single interface.
|
PojoQuery |
Designed to provide search/view/sort/paging filtering on tabular in-memory POJO models.
|
PojoRest |
Provides the ability to perform standard REST operations (GET, PUT, POST, DELETE) against nodes in a POJO model.
|
ProcBuilder |
Utility class for running operating system processes.
|
ProcBuilder.Matcher |
Specifies interface for defining OS-specific commands.
|
SearchArgs |
Encapsulates arguments for basic search/view/sort/position/limit functionality.
|
SearchArgs.Builder |
Builder for
SearchArgs class. |
StringMessage |
An encapsulated MessageFormat-style string and arguments.
|
StringObject |
A serializer/object pair used for delayed object serialization.
|
ZipFileList |
Utility class for representing the contents of a zip file as a list of entries whose contents don't resolve until
serialization time.
|
ZipFileList.FileEntry |
ZipFileList entry for File entry types.
|
Enum | Description |
---|---|
CalendarUtils.Format |
Valid conversion formats.
|
Exception | Description |
---|---|
PojoRestException |
Generic exception thrown from the
PojoRest class. |
Copyright © 2018 Apache. All rights reserved.