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.
|
Modifier and Type | Method and Description |
---|---|
OutletConfiguration |
UnitConfiguration.getOutletConfiguration()
Returns the configuration of the outlets in this generation unit.
|
Modifier and Type | Method and Description |
---|---|
void |
UnitConfiguration.setOutletConfiguration(OutletConfiguration outletConfiguration)
Sets the outlet configuration of the associated configuration unit.
|
Modifier and Type | Method and Description |
---|---|
OutletConfiguration |
OutletConfigurationXmlParser.readOutletConfiguration(ConfigurationProvider configurationProvider,
ConfigurationHandlers configurationHandlers,
UnitDescriptor unitDescriptor)
Reads all outlet configuration files and creates the outlet
configuration from them.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.