Interface | Description |
---|---|
FileChangeListener | |
MultipleObjectCacheManager |
This interface should be implemented by classes that contain X number of publicly available
ObjectCaches, it provides methods that allow applications to control the caches without
understanding what is inside the cache.
|
ObjectCacheManager |
This interface should be implemented by classes that contain a publicly available
ObjectCache, it provides methods that allow applications to control the cache without
understanding what is inside the cache.
|
StringRangeComparator |
Class | Description |
---|---|
Accessor |
This class is used to perform access into a Java object using a
String value with a specific notation.
|
CollectionsUtils | |
DynamicGetter |
This class is used to perform access into a Java object using a
String value with a specific notation.
|
FileChangeEvent | |
FileDetails | |
FileWatcher | |
GeneralCollector | |
GeneralComparator |
A general purpose comparator designed to compare any pair of
heterogeneous objects.
|
GeneralFilter | |
GeneralUtils |
A Class to hold some general purpose Utilities that don't have a home
anywhere else (at the moment).
|
Getter |
This class is used to perform access into a Java object using a
String value with a specific notation.
|
Grouper | |
GZIPFileDataSource |
A Class for handling a gzipped file as a DataSource.
|
HTMLDataSource | |
IOUtils | |
ItemPair | |
NumberUtils | |
ObjectCache |
The ObjectCache is it's own manager which means that classes that extend this one can
do so quickly and without having to implement the
ObjectCacheManager interface
they only have to provide their own functionality whilst client classes can rely on the
interface. |
ObjectCacheIterator | |
StringUtils | |
TimeDuration | |
Timing | |
Timings | |
URLDataSource |
Exception | Description |
---|---|
ChainException | |
FilterException |