Uses of Class
org.apache.torque.generator.configuration.outlet.OutletConfiguration

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

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

Methods in org.apache.torque.generator.configuration that return OutletConfiguration
 OutletConfiguration UnitConfiguration.getOutletConfiguration()
          Returns the configuration of the outlets in this generation unit.
 

Methods in org.apache.torque.generator.configuration with parameters of type OutletConfiguration
 void UnitConfiguration.setOutletConfiguration(OutletConfiguration outletConfiguration)
          Sets the outlet configuration of the associated configuration unit.
 

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

Methods in org.apache.torque.generator.configuration.outlet that return OutletConfiguration
 OutletConfiguration OutletConfigurationXmlParser.readOutletConfiguration(ConfigurationProvider configurationProvider, ConfigurationHandlers configurationHandlers, UnitDescriptor unitDescriptor)
          Reads all outlet configuration files and creates the outlet configuration from them.
 



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