| Package | Description | 
|---|---|
| org.apache.torque.generator.configuration | 
      This package contains the classes for configuring the Torque generator. | 
| org.apache.torque.generator.configuration.controller | 
      This package contains the classes for reading the control configuration of
      the Torque generator units of generation. | 
| org.apache.torque.generator.configuration.option | 
      This package contains the classes for reading the options for
      Torque generator units of generation. | 
| Modifier and Type | Method and Description | 
|---|---|
| OptionsConfiguration | UnitDescriptor. getOverrideOptions()Returns the configuration of the overriding options, if any. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UnitDescriptor. setOverrideOptions(OptionsConfiguration overrideOptions)Sets the configuration of the overriding options, if any. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<OptionsConfiguration> | ControlConfiguration. getOptionsConfigurations()Returns all options configurations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FileOptionsConfigurationAn options configuration which reads options from a file. | 
| class  | MapOptionsConfigurationAn option configuration in which the options are provided inside a java map. | 
| class  | PropertiesOptionConfigurationAn option configuration which reads the options from a properties file. | 
| class  | XmlOptionConfigurationAn option configuration which reads the options from a XML file
 in the java properties XML format. | 
| Modifier and Type | Method and Description | 
|---|---|
| OptionsConfiguration | OptionsSaxHandler. getOptionsConfiguration()Returns the options configuration read by this SAX handler. | 
| Constructor and Description | 
|---|
| OptionsSaxHandler(OptionsConfiguration optionsConfiguration)Constructor. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.