ArgChecks |
|
AristaFlowExpressionEngine |
An expression engine for hierarchical configurations of Apache Commons Configuration.
|
ArrayTools |
Utility class for array-related helper methods.
|
ArrayTools.ArrayWrapper<T> |
|
ArrayTools.ByteArrayWrapper |
|
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.
|
Cache<K,V> |
Cache implementation.
|
CheckReport |
The check report is used for collection of check results.
|
CheckReport.ReportEntry |
Represents an entry in the check report.
|
Cleanup<EX extends Exception> |
Cleanup aims to complement the functionality of Cleaner and provide some
answers to questions that Cleaner left open.
|
Cleanup.Builder |
A builder for Cleanup that provides some additional options and generally easier
usage than complex constructors.
|
Cleanup.CollectionCloseTask |
A cleanup task for cleaning up a collection of objects possibly being AutoCloseable .
|
CleanupTask.AbstractCleanupTask<EX extends Exception> |
Convenient base class for CleanupTask with the option to provide a custom descriptor
for the clean-up task and/or a logger.
|
CleanupTask.AtomicCloseTask |
|
CleanupTask.CloseAndResetTask |
An abstract cleanup task for closing a supplied AutoCloseable and resetting it via
a Runnable .
|
CleanupTask.MutableCloseTask |
A simple cleanup task for cleaning up a Mutable .
|
CollectionTools |
Tool methods for collections
|
CollectionTools.EnumerationIterator<T> |
|
CollectionTools.FilteringIterator<T> |
|
CollectionTools.IdentityMap<K,V> |
|
CollectionTools.IteratorEnumeration<T> |
An enumeration wrapping one or several iterators (and enumerations), i. e. the enumeration just
forwards to the underlying iterator(s) (and enumeration(s)).
|
ConfigurationTools |
This class provides methods for converting values used in
Configuration s from the
corresponding type to strings and back.
|
EqualityTools |
|
FileSuffixFilter |
Simple filename filter based on file suffix.
|
FileTools |
Utility class containing file-related helper methods, mostly concerning file
names and paths.
|
HashCalc |
A disposable class to facilitate the calculation of hash codes, i.e. this
class is intended to be used in implementations of Object.hashCode() .
|
JavaVersion |
An instance of this class represents a certain version of a Java VM.
|
LocaleTools |
Provides Locale -specific utility methods.
|
LoggerTools |
Provides commonly used functionality for logging.
|
ObjectCounting<T> |
A class for counting objects thread-safe.
|
ObjectTools |
Tool methods for objects, similar to Objects .
|
RequiredJavaVersion |
Provides check methods whether the current JVM meets the requirements to run
the AristaFlow applications.
|
SecurityTools |
Tool class for creating java.security related objects, ie.
|
SerialisableConfiguration |
Serialisable Apache Commons Configuration.
|
StackTraceTools |
|
StreamTools |
|
StringTools |
This class provides some useful string-related tool methods.
|
StringTools.GenericStringComparator<T> |
A comparator for objects which are mapped and compared by appropriate strings.
|
StringTools.NullableStringComparator |
A comparator for strings including null .
|
ThrowableTools |
This class provides tool methods for handling Throwable .
|
UriTools |
Some useful methods for URI s.
|
UUIDTools |
Tool class for creating and managing UUIDs.
|
UUIDTools.UUIDComparator |
A UUID comparator comparing UUIDs unsigned, that is a leading 7 is less
than a leading 8.
|
VariableReplacer |
Tool class to find and replace variables of the form ${variable} .
|
Version |
|