Uses of Interface
org.apache.torque.generator.control.action.MergepointAction
Packages that use MergepointAction
Package
Description
This package contains the classes for reading the mergepoint mappings for
the Torque generator units of generation.
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 MergepointActionModifier and TypeMethodDescriptionActionSaxHandler.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 MergepointActionModifier and TypeMethodDescriptionMergepointMapping.getActions()Returns the list of actions executed at the mergepoint.Methods in org.apache.torque.generator.configuration.mergepoint with parameters of type MergepointActionModifier and TypeMethodDescriptionvoidMergepointMapping.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 MergepointActionModifierConstructorDescriptionActionSaxHandler(MergepointAction action, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor) Constructor.Constructor parameters in org.apache.torque.generator.configuration.mergepoint with type arguments of type MergepointActionModifierConstructorDescriptionMergepointMapping(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 MergepointActionModifier and TypeClassDescriptionclassApplies an outlet to the matching element.classInserts the value of an option into a mergepoint.classInserts a fixed String into a mergepoint.classApplies an outlet to a given source element.classTraverses all matching elements, and applies a outlet to each matching element.