Package javatools.util

Utility classes.

See:
          Description

Interface Summary
Clippable It is an interface to be used in things that can be clipped (i.e. cut, copied, pasted).
DbRowUser Interface to let an object use a DbRow.
Log An object that represents a log.
Resetable Any object that can be "Reseted" implements this.
RunningRunnable An interface that contains a simple void with no parameters method.
 

Class Summary
ArgumentProcessor It's a class useful to process arguments passed via command line.
ArrayComparator Compares an array of objects, object by object.
Cache General purpose cache class.
Clipboard It represents a simple clipboard, that can contains one element at a time.
Compare Such a preliminary class.
DateUtil A utility class for use with dates.
FileLog A class for logging context specific messages to a file.
FormattedDate It's a java.util.Date, except in the fact it returns its "toString" value in a formatted way.
FormattedInteger It's a java.lang.Integer, except in the fact it returns its "toString" value in a formatted way.
FormattedLong It's a java.lang.Long, except in the fact it returns a "toString" value in a formatted way.
FormattedNumber It's a java.lang.Number, except in the fact it returns its "toString" value in a formatted way.
IndexedObject An object and an index...
IndexedVector A vector and an index.
IteratorToEnumeration Uses an Iterator object as an Enumeration object.
JQueue Implements a regular queue.
NullUtils Contains some functions for use with null values.
OrdinalPostfix This class returns the bit that you tag onto the end of number. e.g. if you pass in the number "1" it will return "st", as in 1st.
PluginLoader Wow loads a list of plugins!
Props An extended version of Properties class.
Reflect Maps reflection onto classes, that is maps strings in class methods.
ScriptCatcher It's a class to catch text from a script file and to divide it into commands.
StringUtils Contains a set of function to manage string.
SubstituteVariable A utility class for substituting parts of Strings e.g.
Validator It's like an "interface" between a centralized data manager and different "clients".
ValidatorCluster It is a set of validators.
 

Exception Summary
CommonException A base class for other types of exceptions.
CommonRuntimeException A base class for other types of Runtime exceptions.
ReflectException An exception in reflection.
ResetException An Exception in resetting.
 

Package javatools.util Description

Utility classes.