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 |
FileOptionsConfiguration
An options configuration which reads options from a file.
|
class |
MapOptionsConfiguration
An option configuration in which the options are provided inside a java map.
|
class |
PropertiesOptionConfiguration
An option configuration which reads the options from a properties file.
|
class |
XmlOptionConfiguration
An 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.