Package | Description |
---|---|
org.apache.torque.generator.configuration |
This package contains the classes for configuring the Torque generator.
|
org.apache.torque.generator.configuration.controller |
This package contains the classes for reading the control configuration of
the Torque generator units of generation.
|
org.apache.torque.generator.control |
This package implements the torque generator Controller .
|
Modifier and Type | Method and Description |
---|---|
List<Output> |
UnitConfiguration.getOutputList()
Returns the list of output definitions of the associated configuration
unit.
|
Modifier and Type | Method and Description |
---|---|
void |
UnitConfiguration.setOutputList(List<Output> outputList)
Sets the output activities of the associated configuration unit.
|
Modifier and Type | Method and Description |
---|---|
Output |
OutputSaxHandler.getOutputFile()
Returns the Configuration filled with the contents of the parsed snippet.
|
Modifier and Type | Method and Description |
---|---|
List<Output> |
ControlConfiguration.getOutputFiles()
Returns all output files.
|
Modifier and Type | Method and Description |
---|---|
Output |
ControllerState.getOutput()
Returns the output declaration which is currently processed.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Controller.createOutputFilename(Output output,
ControllerState controllerState)
Creates the output file name and sets it in the output.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.