|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MergepointAction | |
---|---|
org.apache.torque.generator.configuration.mergepoint | This package contains the classes for reading the mergepoint mappings for the Torque generator units of generation. |
org.apache.torque.generator.control.action | This package defines and implements mergepoint actions. |
Uses of MergepointAction in org.apache.torque.generator.configuration.mergepoint |
---|
Methods in org.apache.torque.generator.configuration.mergepoint that return MergepointAction | |
---|---|
MergepointAction |
ActionSaxHandler.getAction()
Returns the action which was configured by this handler. |
Methods in org.apache.torque.generator.configuration.mergepoint that return types with arguments of type MergepointAction | |
---|---|
List<MergepointAction> |
MergepointMapping.getActions()
Returns the list of actions executed at the mergepoint. |
Methods in org.apache.torque.generator.configuration.mergepoint with parameters of type MergepointAction | |
---|---|
void |
MergepointMapping.addAction(MergepointAction action)
Adds an action to this mergepont mapping at the end of the action list. |
Constructors in org.apache.torque.generator.configuration.mergepoint with parameters of type MergepointAction | |
---|---|
ActionSaxHandler(MergepointAction action,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths)
Constructor. |
Constructor parameters in org.apache.torque.generator.configuration.mergepoint with type arguments of type MergepointAction | |
---|---|
MergepointMapping(String name,
List<MergepointAction> actions)
Constructor. |
Uses of MergepointAction in org.apache.torque.generator.control.action |
---|
Classes in org.apache.torque.generator.control.action that implement MergepointAction | |
---|---|
class |
ApplyAction
Applies an outlet to the matching element. |
class |
OptionAction
Inserts the value of an option into a mergepoint. |
class |
OutputAction
Inserts a fixed String into a mergepoint. |
class |
SourceElementAttributeAction
Applies an outlet to a given source element. |
class |
TraverseAllAction
Traverses all matching elements, and applies a outlet to each matching element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |