Interface WizardOption

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDescription()
      The description of the option.
      String getTitle()
      The text to be shown in the option select's list (or equivalent)
      org.pietschy.wizard.models.SimplePath getWizardPath()
      The path this wizard option represents.
      void init​(org.java.plugin.PluginManager manager)
      Called when the option is first loaded.
    • Method Detail

      • getDescription

        String getDescription()
        The description of the option.
        Returns:
        the option's description
      • getTitle

        String getTitle()
        The text to be shown in the option select's list (or equivalent)
        Returns:
        the option's title
      • getWizardPath

        org.pietschy.wizard.models.SimplePath getWizardPath()
        The path this wizard option represents.
        Returns:
        the option's path
      • init

        void init​(org.java.plugin.PluginManager manager)
        Called when the option is first loaded.
        Parameters:
        manager -