Package org.eclipse.higgins.configuration.xml

Interface Summary
ISettingHandler  
 

Class Summary
BooleanHandler Reads a boolean value from the configuration file.
CertificateHandler Certificate setting is a map that contains keystore name and alias.
ClassInstanceHandler Creates an instance of an IConfigurableComponent, using factory.
ClassSingletonHandler Creates an instance of an IConfigurableComponent, using factory.
ConfigurationHandler  
DecimalHandler Reads a decimal value from the configuration file.
FileHandler Returns file stream that corresponds to named file (relative to strConfigurationBase).
FloatHandler Reads a floating-point value from the configuration file.
IncludeHandler Creates a new ConfigurationHandler object, pointing to specified file name.
InstanceHandler Creates an instance of an IConfigurableComponent, using factory.
IntegerHandler Reads an integer value from the configuration file.
KeyStoreHandler Keystore setting is a map that contains type, filename, and password.
ListHandler Reads multiple enclosed settings (which may be of different types), and returns as list.
MapHandler Reads multiple enclosed settings (which may be of different types), and returns as map of name/value pairs.
PrivateKeyHandler PrivateKey setting is map that contains keystore name, alias, and password.
ReferenceHandler This handler returns an object that has already been processed -- i.e., one that comes earlier in the XML configuration file.
SingletonHandler Creates/gets a singleton instance of an IConfigurableComponent, using factory.
StringHandler Reads string data from setting.
URIHandler Reads string from setting and creates URI.