|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceTransformerDefinition | |
---|---|
org.apache.torque.generator.control | This package implements the torque generator Controller . |
org.apache.torque.generator.source | This package contains the handling of source files. |
Uses of SourceTransformerDefinition in org.apache.torque.generator.control |
---|
Method parameters in org.apache.torque.generator.control with type arguments of type SourceTransformerDefinition | |
---|---|
SourceElement |
Controller.transformSource(SourceElement rootElement,
List<SourceTransformerDefinition> transformerDefinitions,
ControllerState controllerState)
Applies all tarnsformer definitions to the current source. |
Uses of SourceTransformerDefinition in org.apache.torque.generator.source |
---|
Methods in org.apache.torque.generator.source that return types with arguments of type SourceTransformerDefinition | |
---|---|
List<SourceTransformerDefinition> |
SourceProcessConfiguration.getTransformerDefinitions()
Return all currently registered source transformer definitions. |
Method parameters in org.apache.torque.generator.source with type arguments of type SourceTransformerDefinition | |
---|---|
void |
SourceProcessConfiguration.setSourceTransformerDefinitions(List<SourceTransformerDefinition> transformerDefinitions)
Sets the transformer definitions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |