Klasse MergepointMapping
java.lang.Object
org.apache.torque.generator.configuration.mergepoint.MergepointMapping
A mapping between the name of an mergepoint and and the action which should
be performed at this point.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungMergepointMapping
(String name) Constructor.MergepointMapping
(String name, List<MergepointAction> actions) Constructor. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addAction
(MergepointAction action) Adds an action to this mergepont mapping at the end of the action list.boolean
Returns the list of actions executed at the mergepoint.getName()
Returns the name of the mergepoint.int
hashCode()
toString()
-
Konstruktordetails
-
MergepointMapping
Constructor.- Parameter:
name
- the name of the mergepoint, not null.- Löst aus:
IllegalArgumentException
- if name is null.
-
MergepointMapping
Constructor.- Parameter:
name
- the name of the mergepoint, not null.actions
- the actions in this mergepoint.- Löst aus:
IllegalArgumentException
- if name is null.
-
-
Methodendetails
-
getName
Returns the name of the mergepoint.- Gibt zurück:
- the name of the mergepoint, not null.
-
getActions
Returns the list of actions executed at the mergepoint.- Gibt zurück:
- the list of actions. Not null, may be empty.
-
addAction
Adds an action to this mergepont mapping at the end of the action list.- Parameter:
action
- the action to add, not null.- Löst aus:
NullPointerException
- if action is null.
-
toString
-
hashCode
public int hashCode() -
equals
-