Uses of Class
org.apache.torque.generator.source.SourceProcessConfiguration

Packages that use SourceProcessConfiguration
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.configuration.source This package provides SAXhandlers for reading the source configuration snippets in the control file. 
 

Uses of SourceProcessConfiguration in org.apache.torque.generator.configuration.controller
 

Methods in org.apache.torque.generator.configuration.controller that return SourceProcessConfiguration
 SourceProcessConfiguration Output.getSourceProcessConfiguration()
          Returns how the sources should be post-processed before generation.
 

Methods in org.apache.torque.generator.configuration.controller with parameters of type SourceProcessConfiguration
 void Output.setSourceProcessConfiguration(SourceProcessConfiguration sourceProcessConfiguration)
          Sets how the sources should be post-processed before generation.
 

Uses of SourceProcessConfiguration in org.apache.torque.generator.configuration.source
 

Methods in org.apache.torque.generator.configuration.source that return SourceProcessConfiguration
 SourceProcessConfiguration SourceSaxHandler.getSourceProcessConfiguration()
          Returns the information how to post-process the sources after loading.
 



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