Uses of Class
org.apache.torque.generator.configuration.outlet.OutletConfiguration
-
Packages that use OutletConfiguration Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description OutletConfiguration
OutletConfigurationXmlParser. readOutletConfiguration(ConfigurationProvider configurationProvider, ConfigurationHandlers configurationHandlers, UnitDescriptor unitDescriptor)
Reads all outlet configuration files and creates the outlet configuration from them.
-