| AbstractEnvironment |
Basic runtime environment.
|
| BasicIdentifier |
Simple implementation of an identifier.
|
| BeanUtils |
Utilities for beans.
|
| Benchmarker |
Simple bechmarking object.
|
| BitSetUtil |
A utility for certain operations on BitSet.
|
| CFLoggingConfigLoader<T extends AbstractEnvironment> |
Created by Jeff Gaynor
on 6/18/12 at 2:13 PM
|
| DateUtils |
General Date utilities.
|
| DebugUtil |
Utilities for centralizing some common debugging commands.
|
| DoubleHashMap<K,V> |
A hashmap with two-way lookup.
|
| FileUtil |
Utility do to certain common file operations.
|
| HostUtil |
Utility for looking up a host.
|
| IdentifiableImpl |
|
| IdentifiableProviderImpl<V extends Identifiable> |
Use this to create various identifiable things, i.e., objects that have globally unique
ids.
|
| IdentifierProvider<V extends Identifier> |
|
| Identifiers |
Utilities for Identifiers, such as creating various URIs that can be
fed to the Identifier class.
|
| IP2<V extends Identifier> |
An identifier provider for OAuth 2 tokens.
|
| Iso8601 |
This class provides some utilities for creating and parsing ISO 8601 dates.
|
| LoggerProvider |
Provides a logging facade.
|
| LoggingConfigLoader<T extends AbstractEnvironment> |
Created by Jeff Gaynor
on 6/18/12 at 2:13 PM
|
| MetaDebugUtil |
Very useful debugging class.
|
| MyLoggingFacade |
A simple front for logging.
|
| Pacer |
A class used in command line utilities.
|
| Pool<T> |
A pool of items, that is to say, a managed list that keeps valid items
on it and can create or destroy them as needed.
|
| PoolEntryWrapper<T> |
|
| QueuePopulationThread<E> |
|
| QueueWithSpare<E> |
A Queue with a "spare tire".
|
| StringUtils |
A very heavily used class.
|
| TemplateUtility |
Created by Jeff Gaynor
on 3/1/18 at 10:14 AM
|
| TokenUtil |
Utility to do base 64 or base 32 encoding of strings.
|