Interface | Description |
---|---|
TriFunction<A,B,C,R> |
Represents a function that accepts three arguments and produces a result.
|
User |
Interface for a basic user object.
|
Value |
Interface for a generic value container.
|
Class | Description |
---|---|
AnnotationUtil |
General utility functions for working with Java annotations.
|
ArrayUtil |
Functions to use with primitive arrays.
|
AttributeMgr |
Generic attribute manager.
|
BasicClassFileInfo |
Currently this is just a simple helper class used by ClassExplorer to extract
information from Java class files about the superclass and interfaces implemented.
|
BooleanUtil |
General boolean utility functions.
|
BYPStringMatch |
String match result from the Baeza-Yates, Perleberg string matching algorithm.
|
BYPStringMatcher |
Baeza-Yates, Perleberg string matcher.
|
BYPStringPattern |
Baeza-Yates, Perleberg string matching pattern object.
|
ByteUtil |
General byte utility functions.
|
CharUtil |
General character utility functions.
|
ChecksumUtil |
Functions for calculating and validating common checksums.
|
ClassExplorer |
General utility for exploring java classes.
|
CompareUtil |
Basic null-safe compare() methods.
|
CryptoUtil |
Cryptology-related methods for key & signature handling.
|
Executor |
More robust wrapper for Process.exec().
|
FileTreeSnapshot |
Identifies files that change between two points in time.
|
FileUtil |
General File utility functions.
|
HexUtil |
General hexadecimal utility functions.
|
NetworkUtil |
General network utility methods.
|
OS |
Operating system detection class.
|
StackTraceElementFilter | |
StackTraceUtil |
Utility functions for manipulating StackTrace information.
|
StringBuilderPlus |
A StringBuilder with extra functionality [delimtedAppend(), printf(), appendln(),
and carriage return support].
|
StringUtil |
General String utility functions.
|
TestUtil |
Utility class for tests.
|
ThreadUtil |
Thread-related utility functions.
|
TwoSpot<S,T> |
Simple object to be used when two values need to be returned from a method.
|
UnixUtil |
Unix utilities.
|
UserImpl |
Container for user information.
|
ValueImpl |
Simple implementation of the Value interface.
|
Enum | Description |
---|---|
AppMode |
Application deployment modes.
|
Case |
Enumeration for case sensitivity.
|
CopyMode |
Enumeration of values for how a copy or clone should be done.
|
DataType |
Enumeration of basic data types.
|
ForceCase |
Enumeration for forcing text case.
|
Orientation |
Standard orientations.
|
Recursion |
Method flag to indicate whether or not to use recursion.
|
Exception | Description |
---|---|
ExecutorException |
Encapsulates exceptions thrown by Executor.
|
[email protected]