Uses of Interface
org.eclipse.higgins.configuration.xml.ISettingHandler

Uses of ISettingHandler in org.eclipse.higgins.configuration.xml
 

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