Uses of Interface
org.apache.torque.generator.configuration.option.OptionsConfiguration
-
Packages that use OptionsConfiguration 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. -
-
Uses of OptionsConfiguration in org.apache.torque.generator.configuration
Methods in org.apache.torque.generator.configuration that return OptionsConfiguration Modifier and Type Method Description OptionsConfiguration
UnitDescriptor. getOverrideOptions()
Returns the configuration of the overriding options, if any.Methods in org.apache.torque.generator.configuration with parameters of type OptionsConfiguration Modifier and Type Method Description void
UnitDescriptor. setOverrideOptions(OptionsConfiguration overrideOptions)
Sets the configuration of the overriding options, if any. -
Uses of OptionsConfiguration in org.apache.torque.generator.configuration.controller
Methods in org.apache.torque.generator.configuration.controller that return types with arguments of type OptionsConfiguration Modifier and Type Method Description List<OptionsConfiguration>
ControlConfiguration. getOptionsConfigurations()
Returns all options configurations. -
Uses of OptionsConfiguration in org.apache.torque.generator.configuration.option
Classes in org.apache.torque.generator.configuration.option that implement OptionsConfiguration Modifier and Type Class 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.Methods in org.apache.torque.generator.configuration.option that return OptionsConfiguration Modifier and Type Method Description OptionsConfiguration
OptionsSaxHandler. getOptionsConfiguration()
Returns the options configuration read by this SAX handler.Constructors in org.apache.torque.generator.configuration.option with parameters of type OptionsConfiguration Constructor Description OptionsSaxHandler(OptionsConfiguration optionsConfiguration)
Constructor.
-