| CompoundConfiguration<C extends Configuration> |
|
| Configuration |
This base configuration class manages a set of Propertys
for whatever thing the instance of this class represents.
|
| ConfigurationCleaner |
|
| ConfigurationUtils |
Utility methods for handling tool configurations.
|
| Data |
This class represents configured data.
|
| Data.AutoConverter |
|
| Data.FieldConverter |
|
| Data.NumberConverter |
|
| EasyFactoryConfiguration |
|
| EasyFactoryConfiguration.EasyData |
|
| FactoryConfiguration |
|
| FileFactoryConfiguration |
Provides support for reading a configuration file from a specified path,
This frees the user from having to obtain an InputStream themselves.
|
| LogSupport |
This allows for a Log to optionally be attached to
a subclass in order to output logging messages.
|
| OldXmlFactoryConfigurationRuleSet |
Deprecated.
|
| OldXmlFactoryConfigurationRuleSet.BooleanConfigRule |
|
| OldXmlFactoryConfigurationRuleSet.CreateSessionRule |
|
| OldXmlFactoryConfigurationRuleSet.DeprecationRule |
|
| OldXmlFactoryConfigurationRuleSet.ParameterRule |
|
| OldXmlFactoryConfigurationRuleSet.ScopeRule |
|
| OldXmlFactoryConfigurationRuleSet.SetNextDataRule |
|
| OldXmlFactoryConfigurationRuleSet.XhtmlRule |
|
| PropertiesFactoryConfiguration |
This reads in configuration info formatted as a property
file using ExtendedProperties from Commons-Collections.
|
| Property |
Simple extension of Data that treats "name" as an alias
for "key".
|
| ToolboxConfiguration |
This class handles configuration info for the Toolbox instances
that will eventually be produced by ToolboxFactory.
|
| ToolConfiguration |
This class handles configuration info for tools, including their key,
classname, path restriction, and properties.
|
| XmlFactoryConfiguration |
This reads in configuration info formatted as an XML file
using Commons-Digester.
|
| XmlFactoryConfigurationRuleSet |
This provides set of Rules used by
Commons-Digester to process configuration info
formatted as XML.
|
| XmlFactoryConfigurationRuleSet.DataValueInBodyRule |
Rule for adding configuration properties
|
| XmlFactoryConfigurationRuleSet.PropertyAttributeRule |
|