Class ShutdownOptions


  • public class ShutdownOptions
    extends Object
    • Field Detail

      • restart

        public boolean restart
      • clean

        public boolean clean
    • Constructor Detail

      • ShutdownOptions

        protected ShutdownOptions()
      • ShutdownOptions

        public ShutdownOptions​(boolean restart,
                               boolean clean)
    • Method Detail

      • isRestart

        public boolean isRestart()
      • isClean

        public boolean isClean()