Verwendungen von Schnittstelle
org.apache.torque.generator.option.Option
Packages, die Option verwenden
Package
Beschreibung
This package contains the classes for reading the options for
Torque generator units of generation.
This package contains classes handling options.
-
Verwendungen von Option in org.apache.torque.generator.configuration.option
Methoden in org.apache.torque.generator.configuration.option, die Typen mit Argumenten vom Typ Option zurückgebenModifizierer und TypMethodeBeschreibungMapOptionsConfiguration.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. -
Verwendungen von Option in org.apache.torque.generator.option
Klassen in org.apache.torque.generator.option, die Option implementierenModifizierer und TypKlasseBeschreibungclass
The default implementation of the option Interface.Methoden in org.apache.torque.generator.option, die Option zurückgebenModifizierer und TypMethodeBeschreibungOptions.getInHierarchy
(QualifiedName key) Returns the value of the option which is closest in Hierarchy.Methoden in org.apache.torque.generator.option, die Typen mit Argumenten vom Typ Option zurückgebenModifizierer und TypMethodeBeschreibungOptions.getGlobalScope()
Returns a map containing all options in the global scope.Options.values()
Returns all options in a Collection.Methoden in org.apache.torque.generator.option mit Parametern vom Typ OptionModifizierer und TypMethodeBeschreibungvoid
Options.setGlobalOption
(Option option) Sets an option with global scope.Methodenparameter in org.apache.torque.generator.option mit Typargumenten vom Typ OptionModifizierer und TypMethodeBeschreibungvoid
Options.addGlobalOptions
(Collection<Option> options) Adds several options with global scope.