Class WelcomeStepExtensionPoint

    • Field Detail

      • ROLE

        public static final String ROLE
        Avalon Role
    • Method Detail

      • getSteps

        public List<WelcomeStepgetSteps()
        Get all the steps (ordered).
        Returns:
        The ordered list of the steps
      • getCurrentStep

        public int getCurrentStep()
        Gets the index of the current step, i.e. the first step which is not performed yet. If all steps are performed, return -1
        Returns:
        The index of the current step.