Class 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 Detail

      • JumpLabel

        public JumpLabel()
    • 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.