Class | Description |
---|---|
ArrayUtils |
Provides utility functionality for array manipulations
|
Base64 |
Encodes and decodes to and from Base64 notation.
|
Base64.InputStream |
A
Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode
to/from Base64 notation on the fly. |
Base64.OutputStream |
A
Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode
to/from Base64 notation on the fly. |
ByteArrayUtils |
Provides utility functionality for byte array manipulations
|
ConversionUtils |
Class aiding in casting, encoding/decoding and converting
|
EnvironmentUtils |
Class aiding in environment property manipulation
|
EscapingUtils |
Provides utility functionality for escaping and un-escaping text-based data e.g.
|
ExceptionUtils |
Provides utility functionality for Exception manipulations
|
FileUtils |
Provides utility functionality for File/Directory related structures
|
HashingUtils |
Provides utility functionality for hashing data in non-cryptographically secure ways.
|
ImmutableUtils |
Class contains immutability-related utilities
|
Linq |
Provides similar functionality to .NET language integrated query (LINQ).
|
MapUtils |
TODO: implement
|
Matcher<T,TResult> |
Class allows for matching, helps in reducing the usage of nested if-then-else statements.
|
MemberInfo |
A class encapsulating a member, i.e.
|
NetworkUtils |
Provides utility functionality for networking stuff
|
Nullable |
Class with null value related utilities
|
NumericUtils |
Provides utility functionality for numberic structures
|
OsUtils |
Facilitates OS type polling
|
PropertyInfo |
A class encapsulating a property, i.e.
|
RandomUtils |
Provides utility functionality for obtaining random data.
|
ReflectionUtils |
Provides utility functionality for reflective manipulations
|
ScanErrorEntry |
POCO used for collection of errors during scanning
|
StreamUtils |
Provides utility functionality for Stream-related classes
|
StringUtils |
Provides helper functionality for Strings and char arrays.
|
SuperTypeToken |
Super type token implementation, allows for getting the run-time generic type of an anonymously instantiated generic collection.
|
ThreadUtils |
Common utilities around threading
|
XmlUtils |
Provides utility functionality for parsing XML nodes/attributes
|
Enum | Description |
---|---|
FileAttribute |
Denotes a file/folder attribute
|
InvalidCastBehaviour |
Describes the behaviour upon a failed cast
|
MatchType |
Allows the selection of the matching method to be used
|
PrimitiveArrayType |
Describes the type of an array.
|
PrimitiveType |
Describes the type of a primitive
|
ScanDepthMode |
The scan depth mode indicates whether a shallow scan is to be performed, or a deep scan.
|
ScanFailMode |
How to react in case of an exception upon accessing or processing a filesystem path.
|
ScanHiddenMode |
Used to specified whether hidden files are included in scan results or not
|
ScanInclusionMode |
Whether to include in results files only, directories only or both files and directories.
|
ScanSortMode |
The file/folder sort mode.
|
StringComparison |
The string comparison mode
|
StringSplitOptions |
The string split mode
|
Exception | Description |
---|---|
SuperTypeTokenException |
Exception signifies that generic types could not be determined due to improper use of the SuperTypeToken construct.
|