B C D F G I K L M O P R S T U

B

BooleanHandler - class org.eclipse.higgins.configuration.xml.BooleanHandler.
Reads a boolean value from the configuration file.
BooleanHandler() - Constructor for class org.eclipse.higgins.configuration.xml.BooleanHandler
 

C

CertificateHandler - class org.eclipse.higgins.configuration.xml.CertificateHandler.
Certificate setting is a map that contains keystore name and alias.
CertificateHandler() - Constructor for class org.eclipse.higgins.configuration.xml.CertificateHandler
 
ClassInstanceHandler - class org.eclipse.higgins.configuration.xml.ClassInstanceHandler.
Creates an instance of an IConfigurableComponent, using factory.
ClassInstanceHandler() - Constructor for class org.eclipse.higgins.configuration.xml.ClassInstanceHandler
 
ClassSingletonHandler - class org.eclipse.higgins.configuration.xml.ClassSingletonHandler.
Creates an instance of an IConfigurableComponent, using factory.
ClassSingletonHandler() - Constructor for class org.eclipse.higgins.configuration.xml.ClassSingletonHandler
 
ConfigurationHandler - class org.eclipse.higgins.configuration.xml.ConfigurationHandler.
 
ConfigurationHandler() - Constructor for class org.eclipse.higgins.configuration.xml.ConfigurationHandler
Constructor that initializes the class
configure(Map) - Method in class org.eclipse.higgins.configuration.xml.ConfigurationHandler
 
configure(String, Map) - Method in class org.eclipse.higgins.configuration.xml.ConfigurationHandler
 
configure(OMElement, Map) - Method in class org.eclipse.higgins.configuration.xml.ConfigurationHandler
 

D

DecimalHandler - class org.eclipse.higgins.configuration.xml.DecimalHandler.
Reads a decimal value from the configuration file.
DecimalHandler() - Constructor for class org.eclipse.higgins.configuration.xml.DecimalHandler
 

F

FileHandler - class org.eclipse.higgins.configuration.xml.FileHandler.
Returns file stream that corresponds to named file (relative to strConfigurationBase).
FileHandler() - Constructor for class org.eclipse.higgins.configuration.xml.FileHandler
 
FloatHandler - class org.eclipse.higgins.configuration.xml.FloatHandler.
Reads a floating-point value from the configuration file.
FloatHandler() - Constructor for class org.eclipse.higgins.configuration.xml.FloatHandler
 

G

getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.BooleanHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.CertificateHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.ClassInstanceHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.ClassSingletonHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.DecimalHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.FileHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.FloatHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in interface org.eclipse.higgins.configuration.xml.ISettingHandler
Method to convert XML element (omSetting) to an object that will be placed into a configuration map.
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.IncludeHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.InstanceHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.IntegerHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.KeyStoreHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.ListHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.MapHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.PrivateKeyHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.ReferenceHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.SingletonHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.StringHandler
 
getSetting(String, String, Map, Map, Object, OMElement) - Method in class org.eclipse.higgins.configuration.xml.URIHandler
 
getSettings() - Method in class org.eclipse.higgins.configuration.xml.ConfigurationHandler
 

I

ISettingHandler - interface org.eclipse.higgins.configuration.xml.ISettingHandler.
 
IncludeHandler - class org.eclipse.higgins.configuration.xml.IncludeHandler.
Creates a new ConfigurationHandler object, pointing to specified file name.
IncludeHandler() - Constructor for class org.eclipse.higgins.configuration.xml.IncludeHandler
 
InstanceHandler - class org.eclipse.higgins.configuration.xml.InstanceHandler.
Creates an instance of an IConfigurableComponent, using factory.
InstanceHandler() - Constructor for class org.eclipse.higgins.configuration.xml.InstanceHandler
 
IntegerHandler - class org.eclipse.higgins.configuration.xml.IntegerHandler.
Reads an integer value from the configuration file.
IntegerHandler() - Constructor for class org.eclipse.higgins.configuration.xml.IntegerHandler
 

K

KeyStoreHandler - class org.eclipse.higgins.configuration.xml.KeyStoreHandler.
Keystore setting is a map that contains type, filename, and password.
KeyStoreHandler() - Constructor for class org.eclipse.higgins.configuration.xml.KeyStoreHandler
 

L

ListHandler - class org.eclipse.higgins.configuration.xml.ListHandler.
Reads multiple enclosed settings (which may be of different types), and returns as list.
ListHandler() - Constructor for class org.eclipse.higgins.configuration.xml.ListHandler
 

M

MapHandler - class org.eclipse.higgins.configuration.xml.MapHandler.
Reads multiple enclosed settings (which may be of different types), and returns as map of name/value pairs.
MapHandler() - Constructor for class org.eclipse.higgins.configuration.xml.MapHandler
 

O

omFromFile(String) - Static method in class org.eclipse.higgins.configuration.xml.ConfigurationHandler
 
omFromStream(InputStream) - Static method in class org.eclipse.higgins.configuration.xml.ConfigurationHandler
 
org.eclipse.higgins.configuration.xml - package org.eclipse.higgins.configuration.xml
 

P

PrivateKeyHandler - class org.eclipse.higgins.configuration.xml.PrivateKeyHandler.
PrivateKey setting is map that contains keystore name, alias, and password.
PrivateKeyHandler() - Constructor for class org.eclipse.higgins.configuration.xml.PrivateKeyHandler
 

R

ReferenceHandler - class org.eclipse.higgins.configuration.xml.ReferenceHandler.
This handler returns an object that has already been processed -- i.e., one that comes earlier in the XML configuration file.
ReferenceHandler() - Constructor for class org.eclipse.higgins.configuration.xml.ReferenceHandler
 

S

SingletonHandler - class org.eclipse.higgins.configuration.xml.SingletonHandler.
Creates/gets a singleton instance of an IConfigurableComponent, using factory.
SingletonHandler() - Constructor for class org.eclipse.higgins.configuration.xml.SingletonHandler
 
StringHandler - class org.eclipse.higgins.configuration.xml.StringHandler.
Reads string data from setting.
StringHandler() - Constructor for class org.eclipse.higgins.configuration.xml.StringHandler
 
setConfigurationBase(String) - Method in class org.eclipse.higgins.configuration.xml.ConfigurationHandler
 
setFileName(String) - Method in class org.eclipse.higgins.configuration.xml.ConfigurationHandler
 

T

toOM(String) - Static method in class org.eclipse.higgins.configuration.xml.ConfigurationHandler
 

U

URIHandler - class org.eclipse.higgins.configuration.xml.URIHandler.
Reads string from setting and creates URI.
URIHandler() - Constructor for class org.eclipse.higgins.configuration.xml.URIHandler
 

B C D F G I K L M O P R S T U