|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceTransformerException | |
---|---|
org.apache.torque.generator.control | This package implements the torque generator Controller . |
org.apache.torque.generator.source.transform | This package contains the definition of source transformers and some implementations. |
Uses of SourceTransformerException in org.apache.torque.generator.control |
---|
Methods in org.apache.torque.generator.control that throw SourceTransformerException | |
---|---|
SourceElement |
Controller.transformSource(SourceElement rootElement,
List<SourceTransformerDefinition> transformerDefinitions,
ControllerState controllerState)
Applies all tarnsformer definitions to the current source. |
Uses of SourceTransformerException in org.apache.torque.generator.source.transform |
---|
Methods in org.apache.torque.generator.source.transform that throw SourceTransformerException | |
---|---|
SourceElement |
SourceTransformer.transform(SourceElement toTransformRoot,
ControllerState controllerState)
Transforms one source tree into another source tree. |
abstract SourceElement |
SourceTargetAttributeTransformer.transform(SourceElement toTransformRoot,
ControllerState controllerState)
Performs the transformation. |
SourceElement |
LoadAllSourceFilesTransformer.transform(SourceElement root,
ControllerState controllerState)
Loads the additional source into the current source graph. |
SourceElement |
LoadAdditionalSourceTransformer.transform(SourceElement root,
ControllerState controllerState)
Loads the additional source into the current source graph. |
SourceElement |
AttributeTransformer.transform(SourceElement toTransform,
ControllerState controllerState)
Adds attributes to the sourceElement according to the transformDefinition. |
Constructors in org.apache.torque.generator.source.transform that throw SourceTransformerException | |
---|---|
AttributeTransformer(Reader transformDefinition)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |