TextUtil.DEFAULT_COLLATOR_LANGUAGELoggerProxy.LOGGER_PROXY_IMPLEMENTATIONSee: Description
| Interface | Description |
|---|---|
| CredentialsProvider |
Provides user credentials based on an authentication token
|
| DateFormats.DateParser<T extends java.time.temporal.Temporal> |
Parses a Temporal value from text with a provided formatter
|
| Event<T> |
A event class.
|
| EventDataListener<T> |
An event listener receiving some data on each event occurrence
|
| EventListener |
An event listener
|
| EventObserver<T> |
Specifies an Event observer, managing listeners for an Event.
|
| ExceptionHandler |
Handles exceptions
|
| LoggerProxy |
A simple logging proxy facilitating the setting of log levels
|
| MethodLogger.ArgumentStringProvider |
Provides String representations of method arguments
|
| PropertyValue<T> |
A Value bound to a property
|
| Serializer<V> |
Serializes a list of values to and from a String.
|
| State |
A class encapsulating a boolean state.
|
| State.AggregateState |
A state which behaves according to a set of states, either ANDing or ORing those together
when determining its own state.
|
| State.Group |
A State.Group deactivates all other states when a state in the group is activated.
|
| StateObserver |
Specifies an observer for a
State instance. |
| Util.MapKeyProvider<K,V> |
Provides objects of type K, derived from a value of type V, for hashing said value via .hashCode().
|
| Util.PropertyWriter |
Writes a property value
|
| Value<V> |
A wrapper class for setting and getting a value
|
| ValueObserver<V> |
A read only value observer
|
| Class | Description |
|---|---|
| Configuration |
A utility class for configuration values.
|
| DaemonThreadFactory |
A ThreadFactory implementation producing daemon threads
|
| DateFormats |
A collection of date format strings.
|
| Dates |
A utility class for date handling.
|
| Events |
A factory class for Event objects.
|
| FileUtil |
A utility class for working with files
|
| Formats |
A static utility class for formats.
|
| Item<T> |
A class encapsulating a value and a caption representing the value.
|
| MethodLogger |
A method call logger allowing logging of nested method calls.
|
| MethodLogger.DefaultArgumentStringProvider |
A default
MethodLogger.ArgumentStringProvider implementation based on String.valueOf(Object) |
| MethodLogger.Entry |
A log entry
|
| PropertyStore |
Provides configuration values which sync with a central configuration store as well as system properties,
which can be written to file.
|
| States |
A factory class for
State objects. |
| TaskScheduler |
A task scheduler based on a
ScheduledExecutorService, scheduled at a fixed rate,
using a daemon thread by default. |
| TextUtil |
A utility class for working with text, such as sorting a reading from files
|
| User |
A class encapsulating a username and password.
|
| Util |
Misc.
|
| Values |
A factory class for
Value objects |
| Values.AbstractObservableValue<V> |
A base Value implementation handling the
ValueObserver for a Value. |
| Values.AbstractValue<V> |
A base Value implementation handling everything except the value itself.
|
| Version |
A simple version class
|
| Enum | Description |
|---|---|
| Conjunction |
AND / OR
|
| Dates.Quarter |
The quarters of the year
|
| TextUtil.Alignment |
Left or right alignment
|
| Exception | Description |
|---|---|
| Serializer.SerializeException |
An exception occurring during serialization
|
TextUtil.DEFAULT_COLLATOR_LANGUAGELoggerProxy.LOGGER_PROXY_IMPLEMENTATION