Class Summary |
ClasspathScanner |
Scans a given classpath, searching through every JAR, ZIP, or directory for
classes. |
ClasspathScanner.ClassFile |
|
Compare |
A set of methods for comparing values. |
CreateProxy |
Generates a Java source file that implements the given interface, and
delegates all calls to a wrapped delegate. |
Daemon |
Provides an abstraction for daemon programs to detect when to shutdown. |
EmptyEnumeration |
EmptyEnumeration provides a memory-efficient way for
methods to return an Enumeration which has no
elements. |
EmptyIterator |
EmptyIterator provides a memory-efficient way for
methods to return an Iterator which has no
elements. |
FixedRecordGenerator |
Generates a JavaBean for parsing/encoding fixed-width format records, such as
are used in legacy systems. |
FixedWidthStringBuffer |
A StringBuffer which provides for appending fixed-width
fields. |
FixedWidthStringParser |
A parser to break apart fixed-width records. |
HashCodes |
Return the hashcodes for various data types. |
Hexadecimal |
Provides methods for dumping binary data to a console display. |
Java |
A collection of utility methods dealing with Java class issues. |
JavaBean |
Provides methods for setting bean properties using reflection. |
MapComparator |
Compare two maps, returning a third map describing the state of all elements. |
MapComparator.Entry |
Adds a 'change flag' to the key-value relationship of Map.Entry. |
PropertyAccessor |
PropertyAccessor extends java.util.Properties with strongly typed
methods for reading int, boolean, etc out of a Properties object. |
PropertyFileConfigurator |
A program for assisting in the deployment of property file templates. |
SourceCompiler |
Deprecated. I would recommend using Ant's taskdef to make a similar class. |
Stopwatch |
A useful (well, hopefully) class for timing a set of operations. |
Strings |
A collection of String methods. |
Today |
A high performance method for obtaining the current system date as a
java.sql.Date with the time value set to zero. |
Today.Test |
Some testing. |