| Interface | Description |
|---|---|
| ClasspathResourceFinder |
Interface for finding classpath resources.
|
| IdGenerator<K> |
Simple interface for defining atomic ID generators.
|
| IOPipe.LineProcessor |
Interface to implement for the
IOPipe.lineProcessor(LineProcessor) method. |
| MockHttpConnection | Deprecated
Use
|
| MockHttpRequest | Deprecated
Use
|
| MockHttpResponse | Deprecated
Use
|
| 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
|
| ASet<T> |
An extension of
LinkedHashSet with a convenience ASet.append(Object) method. |
| BeanDiff |
Utility class for comparing two versions of a POJO.
|
| BeanDiff.Builder<T> |
Builder class.
|
| 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. |
| IdGenerators |
Predefined ID generators.
|
| IdMap<K,V> |
Map consisting of auto-generated atomic keys.
|
| 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. |
| StackTraceDatabase |
An in-memory cache of stack traces.
|
| StackTraceInfo |
Represents an entry in
StackTraceDatabase. |
| StringExpressionMatcher |
Utility class for matching strings against string expressions.
|
| StringInputStream |
Convenience class for creating an input stream from a simple string.
|
| 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 © 2016–2019 The Apache Software Foundation. All rights reserved.