Class JumpLabel
- 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.JumpLabel
-
- All Implemented Interfaces:
Referenceable
public final class JumpLabel extends Action
Branches off the installation conditionally. By applying InstallAnywhere rules, developers may jump the end user to a later or earlier part of the installation, depending on the specifics of their system or install. Use this action in conjunction with the Jump to Target action. (Should be used only at the Pre-Install and Post-Install phases.)
-
-
Constructor Summary
Constructors Constructor Description JumpLabel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getComment()
The action's comment.java.lang.String
getLabel()
The name of the label.void
setComment(java.lang.String comment)
Defines a comment to the action.void
setLabel(java.lang.String label)
The name of the label.-
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
-
getLabel
public java.lang.String getLabel()
The name of the label.
-
setLabel
public void setLabel(java.lang.String label)
The name of the label.
-
getComment
public java.lang.String getComment()
The action's comment.
-
setComment
public void setComment(java.lang.String comment)
Defines a comment to the action.
-
-