Interface | Description |
---|---|
CsvParser.CsvLineHandler | |
EmailTemplate.Attachment |
Class | Description |
---|---|
Coalescor | |
CompositeIterable<T> |
Wraps a number of iterables into a single iterable.
|
CompositeIterator<T> |
Takes an array of iterators, and returns their results one after another.
|
CsvParser |
Parses CSV files.
|
DomElementReplacer |
Takes a DOM and an element name;
each time that element name is found it is replaced with a specified other element (which may contain other elements).
|
DomParser | |
DomVariableExpander |
Takes a DOM XML tree which can have variables such as $xyz, and a Map of variable values, and creates a new DOM
with those variables expanded.
|
EmailTemplate |
Represents a directory in the classpath, which contains text and potentially graphics, in multiple languages and multiple formats, for outgoing notification emails.
|
EmailTemplate.ByteArrayAttachment | |
EmailTransaction |
An transaction allowing emails to be sent over SMTP
|
EmailTransaction.MxSmtpConfiguration | |
EmailTransaction.SmtpServerAddress | |
EmailTransaction.SmtpServerConfiguration | |
EmailTransaction.TlsSmtpServerAddress | |
Executor | |
Executor.ProcessStreamReaderRunnable | |
FilenameExtensionFilter | |
Future<T> |
A future is the response of a calculation which is done in the background (in a thread).
|
Future.IterableFuture<I> |
An iterable whose values are computed in the background.
|
IdentityForwardingSaxHandler |
Forwards all SAX events on to a destination ContentHandler.
|
InputOutputStreamUtil | |
InputOutputStreamUtil.Response | |
MD5Hex |
For strings, UTF-8 bytes are used.
|
OutOfHeapTemporaryStorage |
A temporary file which can store arbitrary data for the duration of a process.
|
PerThreadLog4jAppender |
Allows each thread to log to its own logger.
|
PropertiesUtil |
Utility class for manipulating Properties objects, as if they were
hierarchical objects.
|
ResourceClosingIterator<T> |
Wraps an Iterator, such that as soon as the iterator's hasNext method returns false, user-supplied code is executed.
|
SvnUrlWithUsernamePassword |
Represents a SVN URL, username, password.
|
ThreadPool |
Runs a number of
Runnable tasks in a number of threads (over a number of CPU cores). |
Timer |
Times a calculation.
|
Timer.TimerResult | |
WebEncodingUtils | |
YearMonth | Deprecated
use
YearMonth instead |
YearMonthDay | Deprecated
use
LocalDate instead. |
YouTubeVideoId |
Represents the ID of a youtube Video
|
Enum | Description |
---|---|
Gender | |
OrderByDirection |