Class Sl


  • public class Sl
    extends Object
    The tool class for Shell
    Author:
    Lang
    • Constructor Detail

      • Sl

        public Sl()
    • Method Detail

      • init

        public static void init()
      • ready

        public static boolean ready​(String[] args)
      • welcome

        public static void welcome()
      • goodbye

        public static void goodbye()
      • goodbye

        public static void goodbye​(CommandAtom option)
      • welcomeCommand

        public static void welcomeCommand​(Environment environment)
      • welcomeCommand

        public static void welcomeCommand​(CommandAtom option)
      • failEmpty

        public static void failEmpty()
      • failInvalid

        public static void failInvalid​(String command)
      • failWarn

        public static void failWarn​(String message,
                                    Object... args)
      • output

        public static void output​(String message,
                                  Object... args)
      • outputOpt

        public static void outputOpt​(String message,
                                     String name,
                                     Object... args)