Class JumpToLabel
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.actions.Action
-
- com.zerog.ia.auto.project.actions.JumpToLabel
-
- All Implemented Interfaces:
Referenceable
public final class JumpToLabel extends Action
Jumps over or back to a specific point in an installation. When controlled by InstallAnywhere rules, this action gives developers a conditional method of moving non-linearly through an install. (Should be used only at the Pre-Install and Post-Install phases.)
-
-
Constructor Summary
Constructors Constructor Description JumpToLabel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JumpLabel
getNextTarget()
The next label target to jump to.JumpLabel
getPreviousTarget()
The previous label target to jump to.void
setNextTarget(JumpLabel nextTarget)
The next label target to jump to.void
setPreviousTarget(JumpLabel previousTarget)
The previous label target to jump to.-
Methods inherited from class com.zerog.ia.auto.project.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getNextTarget
public JumpLabel getNextTarget()
The next label target to jump to.
-
setNextTarget
public void setNextTarget(JumpLabel nextTarget)
The next label target to jump to.
-
getPreviousTarget
public JumpLabel getPreviousTarget()
The previous label target to jump to.
-
setPreviousTarget
public void setPreviousTarget(JumpLabel previousTarget)
The previous label target to jump to.
-
-