| Interface | Description |
|---|---|
| ClassPathScanner.IClassEntry | |
| ClassPathScanner.IClassFileEntry |
Notify event for a classfile (a class or resource inside a jar or dir).
|
| ClassPathScanner.IPathEntry |
Notify event for a classpath .jar or directory.
|
| ConfigSource | Deprecated |
| IDirectoryDelta | |
| IExceptionClassifier |
Throwables can be classified as severe or not severe
This can be implemented by classes for determining whether custom exceptions
are severe or not.
|
| IListable<T> |
Something which behaves as a read-only list.
|
| ILogSink |
Stuff to write logging to.
|
| IMappable<K,V> |
Something which knows about mapping objects.
|
| IProgressListener |
Listens for Progress changes at a given level.
|
| IPropertyAccessor |
Generic way to access/represent some kind of property.
|
| ProcessTools.IFollow |
| Class | Description |
|---|---|
| ArrayIterator<T> |
Sigh.
|
| Base64OutputStream |
Writes all data sent to it as a base64 encoded stream to the wrapped stream.
|
| BoolVector |
This contains a packed array of boolean values.
|
| ByteArrayUtil | |
| ByteBufferInputStream |
This is a utility class that implements an input stream which retrieves it's
data from an array of byte arrays.
|
| ByteBufferOutputStream |
This is a streamer class which accepts data and writes this data into an
array of fixed-size buffers.
|
| CalculationUtil | |
| CharReader |
A character stream wrapped around (part of) a character array.
|
| ClassInfo |
Cached information on class properties detected in ClassUtil.
|
| ClassPathScanner |
This scans all parts of the classpath as passed, and calls user-supplied methods for the parts discovered.
|
| ClassUtil | |
| ClassUtilCached |
Like ClassUtil, but this caches the retrieved information.
|
| ClassUtilCached.ClassInfo | |
| CmdStringDecoder |
This class helps decoding command lines where a command line is a string.
|
| CompoundInputStream | |
| ConfigFile | Deprecated |
| ConfigSourceWrapper | Deprecated |
| CopyingReader |
This is a reader class which appends all of the data
read to an appendable.
|
| DateUtil |
Static date/time utiility class.
|
| DbConnectionInfo | |
| DeveloperOptions |
This is a static-only class which should be used to access
options that configure a system on a developer's station.
|
| Diff<T> | |
| ExceptionClassifier |
This determines whether an exception is severe or not.
|
| FileBackedBuffer |
A buffer which accepts data and buffers it.
|
| FileContentInfo |
Helper class to determine a file's type (text, binary) and encoding (for text files).
|
| FileIterator |
This iterator allows you to walk through all files/directories in a directory
tree using just a loop instead of the usual set of recursive methods.
|
| FileIterator.Entry | |
| FileTool |
Contains some often-used file subroutines.
|
| FutureImpl<T> |
Basic Implementation of
Future<T> which is nicely missing from the JDK, sigh. |
| FutureValueNB<T> |
Basic non-blocking Implementation of
Future<T> which immediately aborts on get() if no value is provided. |
| GIS | |
| GregorianCalendarFixDutchTime |
This class extends the gregoriancalendar to fix the time validation for certain dutch dates
time does not exist for may 16th 1940 between 00:00:00 and 01:40:00 and july 1st 1937 between 00:00:00 and 00:00:27 for dutch locale in the gregoriancalendar
for these times no error will be generated but the next valid time will be returned
|
| HtmlEntity |
This class generates the class HtmlEntityTables from the DTD's for
HTML entities as published by the w3c.
|
| HtmlEntityTables | |
| HtmlScanner |
This class helps one to scan HTML documents.
|
| IndentWriter |
Handles indented writing for dumps and the like.
|
| IntHashMap<T> |
A hash map that uses primitive ints for the key rather than objects.
|
| IntTokenizer |
Tokenizer which can detokenize integers.
|
| LineIterator | |
| Lorem | |
| LRUHashMap<K,V> |
Hashmap which can use LRU removal of items.
|
| MemoryLogSink |
A logsink which logs into an Appendable.
|
| NullOutputStream |
This is an outputstream which accepts data and sends it to the bit
bucket (no data is stored).
|
| Pair<A,B> | |
| PathSplitter |
Helps with splicing paths into fragments one part at a time.
|
| ProcessTools |
Helper code to spawn processes and capture their output.
|
| ProcessTools.StreamCopyThread |
This is used to async read strout and stderr streams from a process into another output stream.
|
| ProcessTools.StreamReaderThread |
This is used to async read strout and stderr streams from a process...
|
| Progress |
A progress reporter utility.
|
| Progress.Info | |
| PropertyInfo |
Information on properties on a class.
|
| RotatingLogfile |
Encapsulates a rotating logfile.
|
| RuntimeConversions |
This static class contains a sh..tload of code which converts
runtime objects into other objects, using generic rules for doing that.
|
| SecurityUtils | |
| SizeCountingOutputStream |
This is an OutputStream wrapper which counts the #of bytes that was written to it.
|
| SmallIntSet |
Contains a (small) set of integers.
|
| Soundex |
Encodes words using the SOUNDEX algorithm.
|
| StandardLogfile |
Non-rotating logfile implementing ILogSink.
|
| StringInputStream |
Returns a stream which is constructed from the specified string.
|
| StringTool |
This static utility class contains a load of string functions.
|
| TeeStream |
An outputstream which duplicates all contents written to it to two
other output streams.
|
| TeeWriter |
A Writer which duplicates all data written to it to two writers.
|
| TextScanner |
Small helper class to scan text strings for expected tokens.
|
| VersionNumber |
A version number represented as a string like "pppx.x.xsss".
|
| WrappedDatabaseInputStream |
An input stream which encapsulates the database resources it is derived
from, to allow returning BLOB streams safely.
|
| WrapperCache | Deprecated |
| Enum | Description |
|---|---|
| Diff.Type | |
| ExceptionClassifier.Severity |
The severity of the exception
|
| FileIterator.Type |
| Exception | Description |
|---|---|
| CancelledException |
Thrown by the progress reporter when cancel is pressed.
|
| InvalidVersionNumberException | |
| RuntimeConversionException |
Thrown when a runtime conversion fails.
|
| WrappedException |
Helper class for managing the checked exception idiocy rampant
in Java code.
|
Copyright © 2017 etc.to. All rights reserved.