Uses of Interface
org.apache.torque.generator.source.transform.SourceTransformer

Packages that use SourceTransformer
org.apache.torque.generator.configuration.source This package provides SAXhandlers for reading the source configuration snippets in the control file. 
org.apache.torque.generator.source This package contains the handling of source files. 
org.apache.torque.generator.source.transform This package contains the definition of source transformers and some implementations. 
 

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

Methods in org.apache.torque.generator.configuration.source that return SourceTransformer
 SourceTransformer SourceTransformerSaxHandler.getSourceTransformer()
          Returns the configuration filled with the contents of the parsed snippet.
 

Uses of SourceTransformer in org.apache.torque.generator.source
 

Methods in org.apache.torque.generator.source that return SourceTransformer
 SourceTransformer SourceTransformerDefinition.getSourceTransformer()
          Returns the source transformer instance for this definition.
 

Constructors in org.apache.torque.generator.source with parameters of type SourceTransformer
SourceTransformerDefinition(SourceTransformer sourceTransformer, String elements)
          Constructor.
 

Uses of SourceTransformer in org.apache.torque.generator.source.transform
 

Classes in org.apache.torque.generator.source.transform that implement SourceTransformer
 class AttributeTransformer
          Adds or replaces attributes in a SourceElement according to a definition file.
 class BeanPropertyMethodNameTransformer
          Converts a source element Attribute such that it can be used as method name.
 class CopyAttributeTransformer
          Fills an attribute with the content of another attribute.
 class GetterSetterNameTransformer
          Takes a property name as input from a source element attribute and generates a getter and a setter name from it.
 class LoadAdditionalSourceTransformer
          A SourceTransformer which loads other sources into the current source graph.
 class LoadAllSourceFilesTransformer
          A SourceTransformer which loads all sources which are defined in the current output into the source graph.
 class SourceTargetAttributeTransformer
          A transformer which has a source attribute and a target attribute.
 



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