See: Description
| Interface | Description | 
|---|---|
| OptionsConfiguration | The part of the configuration which provides information to set options. | 
| OptionsSaxHandlerFactory | Classes implementing this interface are responsible for creating
  OptionsSaxHandlers for a specific action type. | 
| Class | Description | 
|---|---|
| FileOptionsConfiguration | An options configuration which reads options from a file. | 
| FileOptionsSaxHandler | Reads a file options configuration. | 
| MapOptionsConfiguration | An option configuration in which the options are provided inside a java map. | 
| OptionsSaxHandler | A SAX handler for reading the options tag in the control configuration. | 
| OptionTags | The element and attribute names for the option configuration. | 
| PropertiesOptionConfiguration | An option configuration which reads the options from a properties file. | 
| PropertiesOptionsSaxHandlerFactory | A Factory which creates a SAX handler for properties options. | 
| XmlOptionConfiguration | An option configuration which reads the options from a XML file
 in the java properties XML format. | 
| XmlOptionsSaxHandlerFactory | A Factory which creates a SAX handler for XML Options. | 
This package contains the classes for reading the options for Torque generator units of generation.
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.