Uses of Interface
org.apache.torque.generator.configuration.option.OptionsConfiguration
Packages that use OptionsConfiguration
Package
Description
This package contains the classes for configuring the Torque generator.
This package contains the classes for reading the control configuration of
the Torque generator units of generation.
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 OptionsConfigurationModifier and TypeMethodDescriptionUnitDescriptor.getOverrideOptions()Returns the configuration of the overriding options, if any.Methods in org.apache.torque.generator.configuration with parameters of type OptionsConfigurationModifier and TypeMethodDescriptionvoidUnitDescriptor.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 OptionsConfigurationModifier and TypeMethodDescriptionControlConfiguration.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 OptionsConfigurationModifier and TypeClassDescriptionclassAn options configuration which reads options from a file.classAn option configuration in which the options are provided inside a java map.classAn option configuration which reads the options from a properties file.classAn 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 OptionsConfigurationModifier and TypeMethodDescriptionOptionsSaxHandler.getOptionsConfiguration()Returns the options configuration read by this SAX handler.Constructors in org.apache.torque.generator.configuration.option with parameters of type OptionsConfigurationModifierConstructorDescriptionOptionsSaxHandler(OptionsConfiguration optionsConfiguration) Constructor.