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 |
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.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.