Uses of Class
org.apache.torque.generator.source.SourceTransformerDefinition
Packages that use SourceTransformerDefinition
Package
Description
This package implements the torque generator Controller .
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 SourceTransformerDefinitionModifier and TypeMethodDescriptionController.transformSource(Object sourceRoot, List<SourceTransformerDefinition> transformerDefinitions, ControllerState controllerState) Applies all transformer 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 SourceTransformerDefinitionModifier and TypeMethodDescriptionSourceProcessConfiguration.getTransformerDefinitions()Return all currently registered source transformer definitions.Method parameters in org.apache.torque.generator.source with type arguments of type SourceTransformerDefinitionModifier and TypeMethodDescriptionvoidSourceProcessConfiguration.setSourceTransformerDefinitions(List<SourceTransformerDefinition> transformerDefinitions) Sets the transformer definitions.