Uses of Class
org.apache.torque.generator.configuration.controller.Output
Packages that use Output
Package
Description
This package contains the classes for configuring the Torque generator.
This package contains the classes for reading the control configuration of
the Torque generator units of generation.
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 OutputModifier and TypeMethodDescriptionUnitConfiguration.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 OutputModifier and TypeMethodDescriptionvoidUnitConfiguration.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 OutputModifier and TypeMethodDescriptionOutputSaxHandler.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 OutputModifier and TypeMethodDescriptionControlConfiguration.getOutputFiles()Returns all output files. -
Uses of Output in org.apache.torque.generator.control
Methods in org.apache.torque.generator.control that return OutputModifier and TypeMethodDescriptionControllerState.getOutput()Returns the output declaration which is currently processed.Methods in org.apache.torque.generator.control with parameters of type OutputModifier and TypeMethodDescriptionprotected voidController.createOutputFilename(Output output, ControllerState controllerState) Creates the output file name and sets it in the output.