Uses of Class
org.apache.torque.generator.configuration.outlet.OutletConfiguration
Packages that use OutletConfiguration
Package
Description
This package contains the classes for configuring the Torque generator.
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 OutletConfigurationModifier and TypeMethodDescriptionUnitConfiguration.getOutletConfiguration()Returns the configuration of the outlets in this generation unit.Methods in org.apache.torque.generator.configuration with parameters of type OutletConfigurationModifier and TypeMethodDescriptionvoidUnitConfiguration.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 OutletConfigurationModifier and TypeMethodDescriptionOutletConfigurationXmlParser.readOutletConfiguration(ConfigurationProvider configurationProvider, ConfigurationHandlers configurationHandlers, UnitDescriptor unitDescriptor) Reads all outlet configuration files and creates the outlet configuration from them.