Interface RestartableApplication

    • Field Detail

      • FLAG_ENABLE_RESTART

        static final String FLAG_ENABLE_RESTART
        the command-line flag for enabling restarting.
        See Also:
        Constant Field Values
    • Method Detail

      • setEnableRestart

        void setEnableRestart​(boolean value)
        Sets whether to enable the restart through the Launcher.
        Parameters:
        value - true if to enable restart via Launcher class
      • getEnableRestart

        boolean getEnableRestart()
        Returns whether to enable the restart through the Launcher.
        Returns:
        true if restart is enabled
      • enableRestartTipText

        String enableRestartTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.