Package org.eodisp.util.configuration

A configuration framework.

See:
          Description

Interface Summary
CommandlineMapper Interface of the command line wrapper.
Configuration Defines the basic interface for all configuration used in the EODiSP.
Configuration.Entry This interface represents one entry (option) of a configuration.
SystemPropertyMapper Interface of the system property wrapper.
 

Class Summary
BasicCommandlineMapper A basic implementation of the mapper interface.
BasicSystemPropertyMapper A basic implementation of the system property mapper interface.
ConfigurationImpl A basic implementation of the Configuration interface using a file as its backend.
Log4JConfiguration Configuration parameters for the log4j Framework.
ManualCommandlineMapper This class allows a manual mapping mapping of the shortFlag, longFlag and help of a parameter.
ManualCommandlineMapper.CommandlineOption Helper class to define a command line option's: short flag long flag help text
 

Enum Summary
Log4JConfiguration.LogLevel Enumeration of the log levels provided by log4j.
 

Exception Summary
ConfigurationException Thrown to indicate a configuration exception.
OperationNotApplicableException Thrown to indicate that the operation called is not applicable for the instance it was called upon.
 

Package org.eodisp.util.configuration Description

A configuration framework. The framework is defined by interfaces Configuration and Commandline Mapper. Basic implementations for both are availabel in this package as well.