Uses of Class
org.apache.torque.generator.configuration.controller.Output

Packages that use Output
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
 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
 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
 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
 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
 Output ControllerState.getOutput()
          Returns the output declaration which is currently processed.
 

Methods in org.apache.torque.generator.control with parameters of type Output
protected  void Controller.createOutputFilename(Output output, ControllerState controllerState)
          Creates the output file name and sets it in the output.
 



Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.