| Interface | Description |
|---|---|
| AnnotationFinder |
Helper to find Annotations.
|
| ArooaDelimiter |
Something that is able to format arrays into delimited text.
|
| ArooaDelimiterFactory |
Something capable of providing an
ArooaDelimiter. |
| ArooaTokenizer |
Something that can tokenize a string.
|
| ArooaTokenizerFactory |
Something capable of providing an
ArooaTokenizer. |
| CalendarAdaptor |
Allows a class to wrap a Calendar when setting date.
|
| Try.Func<T,R,E extends Throwable> |
A Function that throws an Exception.
|
| Class | Description |
|---|---|
| ClassUtils |
Various utility methods relating to class.
|
| DateHelper |
Date Helper Utilities
|
| DurationFormatter | |
| EscapeTokenizerFactory |
An
ArooaTokenizerFactory that provides a tokenizer where the
token is a regular expression which can be escaped with an escape character. |
| FileUtils |
File utilities.
|
| FlexibleDelimiterFactory | |
| FlexibleTokenizerFactory |
Provide an
ArooaTokenizer dependent on the properties set. |
| IoUtils |
IO utilities.
|
| Iterables |
Helper for working with
Iterables. |
| ListenerSupportBase<T> |
A Helper Class for tracking Listeners.
|
| ListSetterHelper<E> |
Helps with Setting a list.
|
| MutablesOverrideSession |
A version of an
ArooaSession that creates it's own copy
of a BeanRegistry, ComponentPool and PropertyManager. |
| Pair<L,R> |
A simple pair type.
|
| PropertiesOverrideSession |
A version of an
ArooaSession that creates it's own copy
of a PropertyManager. |
| QuoteDelimiter |
Always quote text delimiter.
|
| QuoteIfDelimiter |
Quote if the text contains the delimiter.
|
| QuoteTokenizerFactory |
Provides a tokenizer where the token is a regular expression but where
a quote character and escape character can be used.
|
| RootConfigurationFileCreator | |
| SimpleDelimiter |
Simple
ArooaDelimiter. |
| SimpleTokenizerFactory |
Provide an
ArooaTokenizer for just a delimiter as a regular
expression. |
| SpringSafeCalendar |
Provide a wrapper for a Calendar that moves all times in the Spring
transition to Daylight Saving Time missing hour to the end of the boundary.
|
| TimeParser |
A Parser for time.
|
| Try<T> |
A Functional Success/Failure thing.
|
Miscellaneous utility classes.
Copyright © 2023. All rights reserved.