Uses of Class
org.apache.torque.generator.configuration.UnitDescriptor

Packages that use UnitDescriptor
org.apache.torque.generator.configuration This package contains the classes for configuring the Torque generator. 
org.apache.torque.generator.configuration.outlet This package contains the classes for reading the outlet mappings for torque-generator's units of generation. 
org.apache.torque.generator.control This package implements the torque generator Controller . 
 

Uses of UnitDescriptor in org.apache.torque.generator.configuration
 

Methods in org.apache.torque.generator.configuration that return UnitDescriptor
 UnitDescriptor UnitDescriptor.getInheritsFrom()
          Returns the descriptor of the generation unit from which this generation unit inherits, or null if this generation unit does not inherit from another generation unit.
 

Methods in org.apache.torque.generator.configuration with parameters of type UnitDescriptor
 void Configuration.addUnit(UnitDescriptor unitDescriptor)
          Adds a unit of generation to the configuration.
 void UnitDescriptor.setInheritsFrom(UnitDescriptor inheritsFrom)
          Sets the descriptor of the generation unit from which this generation unit inherits.
 

Method parameters in org.apache.torque.generator.configuration with type arguments of type UnitDescriptor
 void Configuration.addUnits(List<UnitDescriptor> unitDescriptors)
          Adds several units of generation to the configuration.
 

Uses of UnitDescriptor in org.apache.torque.generator.configuration.outlet
 

Methods in org.apache.torque.generator.configuration.outlet with parameters of type UnitDescriptor
 void OutletConfiguration.addOutlet(Outlet outlet, UnitDescriptor unitDescriptor)
          Adds a outlet.
 OutletConfiguration OutletConfigurationXmlParser.readOutletConfiguration(ConfigurationProvider configurationProvider, ConfigurationHandlers configurationHandlers, UnitDescriptor unitDescriptor)
          Reads all outlet configuration files and creates the outlet configuration from them.
 

Constructors in org.apache.torque.generator.configuration.outlet with parameters of type UnitDescriptor
OutletConfiguration(Collection<Outlet> outlets, Collection<MergepointMapping> mergepointMappings, UnitDescriptor unitDescriptor)
          Creates a OutletConfiguration containing a list of Outlets.
 

Uses of UnitDescriptor in org.apache.torque.generator.control
 

Method parameters in org.apache.torque.generator.control with type arguments of type UnitDescriptor
 void Controller.run(List<UnitDescriptor> unitDescriptors)
          Executes the controller action.
 



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