Package nl.chess.it.util.config

Utility classes that provide type-safe access to configuration details.

See:
          Description

Class Summary
Config Configuration class.
ConfigValidationResult This is the result of a check on the validity of the properties in a Configobject.
DurationParser Helper class that parses a String and interprets it as a duration.
FileParser  
InstrumentedProperties Simple adapter around Properties, used to keep track of which keys in the properties are used during a given interval.
PropertyDisplayItem Simple place holder that can be used to display the value of a property.
 

Exception Summary
ConfigurationException Thrown when there's something wrong with the configuration.
InvalidPropertyException Thrown when a property could not be parsed as the expected type.
MissingPropertyException Thrown when a required property could not be found.
PropertyParseException DOCUMENT ME!
 

Package nl.chess.it.util.config Description

Utility classes that provide type-safe access to configuration details. The base-class is Config.



Copyright © 2003-2005 Chess-iT. All Rights Reserved.