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

      • JumpToLabel

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