Verwendungen von Schnittstelle
org.apache.torque.generator.control.action.MergepointAction
Packages, die MergepointAction verwenden
Package
Beschreibung
This package contains the classes for reading the mergepoint mappings for
the Torque generator units of generation.
This package defines and implements mergepoint actions.
-
Verwendungen von MergepointAction in org.apache.torque.generator.configuration.mergepoint
Methoden in org.apache.torque.generator.configuration.mergepoint, die MergepointAction zurückgebenModifizierer und TypMethodeBeschreibungActionSaxHandler.getAction()
Returns the action which was configured by this handler.Methoden in org.apache.torque.generator.configuration.mergepoint, die Typen mit Argumenten vom Typ MergepointAction zurückgebenModifizierer und TypMethodeBeschreibungMergepointMapping.getActions()
Returns the list of actions executed at the mergepoint.Methoden in org.apache.torque.generator.configuration.mergepoint mit Parametern vom Typ MergepointActionModifizierer und TypMethodeBeschreibungvoid
MergepointMapping.addAction
(MergepointAction action) Adds an action to this mergepont mapping at the end of the action list.Konstruktoren in org.apache.torque.generator.configuration.mergepoint mit Parametern vom Typ MergepointActionModifiziererKonstruktorBeschreibungActionSaxHandler
(MergepointAction action, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor) Constructor.Konstruktorparameter in org.apache.torque.generator.configuration.mergepoint mit Typargumenten vom Typ MergepointActionModifiziererKonstruktorBeschreibungMergepointMapping
(String name, List<MergepointAction> actions) Constructor. -
Verwendungen von MergepointAction in org.apache.torque.generator.control.action
Klassen in org.apache.torque.generator.control.action, die MergepointAction implementierenModifizierer und TypKlasseBeschreibungclass
Applies an outlet to the matching element.class
Inserts the value of an option into a mergepoint.class
Inserts a fixed String into a mergepoint.class
Applies an outlet to a given source element.class
Traverses all matching elements, and applies a outlet to each matching element.