| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| MergepointAction | ActionSaxHandler. getAction()Returns the action which was configured by this handler. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<MergepointAction> | MergepointMapping. getActions()Returns the list of actions executed at the mergepoint. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MergepointMapping. addAction(MergepointAction action)Adds an action to this mergepont mapping at the end of the action list. | 
| Constructor and Description | 
|---|
| ActionSaxHandler(MergepointAction action,
                ConfigurationProvider configurationProvider,
                UnitDescriptor unitDescriptor)Constructor. | 
| Constructor and Description | 
|---|
| MergepointMapping(String name,
                 List<MergepointAction> actions)Constructor. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ApplyActionApplies an outlet to the matching element. | 
| class  | OptionActionInserts the value of an option into a mergepoint. | 
| class  | OutputActionInserts a fixed String into a mergepoint. | 
| class  | SourceElementAttributeActionApplies an outlet to a given source element. | 
| class  | TraverseAllActionTraverses all matching elements, and applies a outlet to each matching
 element. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.