Uses of Class
org.apache.torque.generator.configuration.controller.Output
-
Packages that use Output 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 . -
-
Uses of Output in org.apache.torque.generator.configuration
Methods in org.apache.torque.generator.configuration that return types with arguments of type Output Modifier and Type Method Description List<Output>
UnitConfiguration. getOutputList()
Returns the list of output definitions of the associated configuration unit.Method parameters in org.apache.torque.generator.configuration with type arguments of type Output Modifier and Type Method Description void
UnitConfiguration. setOutputList(List<Output> outputList)
Sets the output activities of the associated configuration unit. -
Uses of Output in org.apache.torque.generator.configuration.controller
Methods in org.apache.torque.generator.configuration.controller that return Output Modifier and Type Method Description Output
OutputSaxHandler. getOutputFile()
Returns the Configuration filled with the contents of the parsed snippet.Methods in org.apache.torque.generator.configuration.controller that return types with arguments of type Output Modifier and Type Method Description List<Output>
ControlConfiguration. getOutputFiles()
Returns all output files. -
Uses of Output in org.apache.torque.generator.control
Methods in org.apache.torque.generator.control that return Output Modifier and Type Method Description Output
ControllerState. getOutput()
Returns the output declaration which is currently processed.Methods in org.apache.torque.generator.control with parameters of type Output Modifier and Type Method Description protected void
Controller. createOutputFilename(Output output, ControllerState controllerState)
Creates the output file name and sets it in the output.
-