Package com.waveset.util

A set of general purpose utility classes.

See:
          Description

Interface Summary
WavesetProperties.Listener Implement this interface and call
   WavesetProperties.registerListener(this)
to have your propertiesFileChanged() method called whenever the underlying properties file changes.
WavesetProperties.PropertiesProvider Properties provider to be used for loading waveset properties Currently this is used by the netbeans plugin to override the default WavesetProperties loading mechanism.
XmlObject An interface for objects that are able to serialize and deserialize themselves using XML.
 

Class Summary
AbstractXmlObject An abstract class that implements the XmlObject interface and provides a set of default implementations for some methods.
JdbcUtil Various JDBC utilities.
JndiUtil Various JDBC utilities.
RandomGen  
URLBuilder  
Util A bag of utilities.
Util.StringComparator Internal class that implenents the Comparator interface for sorting the rows in the table.
Util.TimePeriod Used to represent a time period, such as number of days, weeks or months, relative to an arbitrary day.
Util.TimeUnit Used by the TimePeriod class to indicate the unit of the period counter.
WavesetProperties A class that provides a cached interface to the waveset.properties file.
 

Package com.waveset.util Description

A set of general purpose utility classes.