| Package | Description | 
|---|---|
| org.apache.torque.generator.configuration.option | 
      This package contains the classes for reading the options for
      Torque generator units of generation. | 
| org.apache.torque.generator.option | 
      This package contains classes handling options. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Option> | MapOptionsConfiguration. getOptions(ConfigurationProvider configurationProvider)Returns the contained options. | 
| Collection<Option> | OptionsConfiguration. getOptions(ConfigurationProvider configurationProvider)Retrieves the configured options and returns them. | 
| Collection<Option> | PropertiesOptionConfiguration. getOptions(ConfigurationProvider configurationProvider)Reads the options from the property file given in the path and
 returns them. | 
| Collection<Option> | XmlOptionConfiguration. getOptions(ConfigurationProvider configurationProvider)Reads the options from the XML file given in the path and
 returns them. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OptionImplThe default implementation of the option Interface. | 
| Modifier and Type | Method and Description | 
|---|---|
| Option | Options. getInHierarchy(QualifiedName key)Returns the value of the option which is closest in Hierarchy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<QualifiedName,Option> | Options. getGlobalScope()Returns a map containing all options in the global scope. | 
| Collection<Option> | Options. values()Returns all options in a Collection. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Options. setGlobalOption(Option option)Sets an option with global scope. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Options. addGlobalOptions(Collection<Option> options)Adds several options with global scope. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.