Uses of Interface
org.apache.torque.generator.option.Option
Packages that use Option
Package
Description
This package contains the classes for reading the options for
Torque generator units of generation.
This package contains classes handling options.
-
Uses of Option in org.apache.torque.generator.configuration.option
Methods in org.apache.torque.generator.configuration.option that return types with arguments of type OptionModifier and TypeMethodDescriptionMapOptionsConfiguration.getOptions(ConfigurationProvider configurationProvider) Returns the contained options.OptionsConfiguration.getOptions(ConfigurationProvider configurationProvider) Retrieves the configured options and returns them.PropertiesOptionConfiguration.getOptions(ConfigurationProvider configurationProvider) Reads the options from the property file given in the path and returns them.XmlOptionConfiguration.getOptions(ConfigurationProvider configurationProvider) Reads the options from the XML file given in the path and returns them. -
Uses of Option in org.apache.torque.generator.option
Classes in org.apache.torque.generator.option that implement OptionModifier and TypeClassDescriptionclassThe default implementation of the option Interface.Methods in org.apache.torque.generator.option that return OptionModifier and TypeMethodDescriptionOptions.getInHierarchy(QualifiedName key) Returns the value of the option which is closest in Hierarchy.Methods in org.apache.torque.generator.option that return types with arguments of type OptionModifier and TypeMethodDescriptionOptions.getGlobalScope()Returns a map containing all options in the global scope.Options.values()Returns all options in a Collection.Methods in org.apache.torque.generator.option with parameters of type OptionModifier and TypeMethodDescriptionvoidOptions.setGlobalOption(Option option) Sets an option with global scope.Method parameters in org.apache.torque.generator.option with type arguments of type OptionModifier and TypeMethodDescriptionvoidOptions.addGlobalOptions(Collection<Option> options) Adds several options with global scope.