Uses of Interface
org.apache.torque.generator.option.Option

Packages that use Option
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. 
 

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 Option
 Collection<Option> XmlOptionConfiguration.getOptions(ConfigurationProvider configurationProvider)
          Reads the options from the XML file given in the path 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> OptionsConfiguration.getOptions(ConfigurationProvider configurationProvider)
          Retrieves the configured options and returns them.
 Collection<Option> MapOptionsConfiguration.getOptions(ConfigurationProvider configurationProvider)
          Returns the contained options.
 

Uses of Option in org.apache.torque.generator.option
 

Classes in org.apache.torque.generator.option that implement Option
 class OptionImpl
          The default implementation of the option Interface.
 

Methods in org.apache.torque.generator.option that return Option
 Option Options.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 Option
 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.
 

Methods in org.apache.torque.generator.option with parameters of type Option
 void Options.setGlobalOption(Option option)
          Sets an option with global scope.
 

Method parameters in org.apache.torque.generator.option with type arguments of type Option
 void Options.addGlobalOptions(Collection<Option> options)
          Adds several options with global scope.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.