Uses of Class
org.apache.torque.generator.option.Options
-
Packages that use Options Package Description org.apache.torque.generator.configuration This package contains the classes for configuring the Torque generator.org.apache.torque.generator.control This package implements the torque generator Controller .org.apache.torque.generator.option This package contains classes handling options. -
-
Uses of Options in org.apache.torque.generator.configuration
Methods in org.apache.torque.generator.configuration that return Options Modifier and Type Method Description Options
UnitConfiguration. getOptions()
Returns the options of the associated configuration unit.Methods in org.apache.torque.generator.configuration with parameters of type Options Modifier and Type Method Description void
UnitConfiguration. setOptions(Options options)
Sets the options of the associated configuration unit. -
Uses of Options in org.apache.torque.generator.control
Methods in org.apache.torque.generator.control that return Options Modifier and Type Method Description Options
ControllerState. getVisibleOptions()
Returns all options which are visible from the current outlet's namespace. -
Uses of Options in org.apache.torque.generator.option
Methods in org.apache.torque.generator.option that return Options Modifier and Type Method Description Options
Options. getAllInHierarchy(Namespace namespace)
Returns all mappings which live in the given namespace.Options
Options. getInHierarchy(Namespace namespace)
Returns all mappings which live in the given name space.
-