java.lang.Object
io.vertx.tp.plugin.shell.refine.Sl

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

    • Sl

      public Sl()
  • Method Details

    • 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(io.horizon.eon.em.Environment environment)
    • welcomeCommand

      public static void welcomeCommand(CommandAtom option)
    • welcomeSub

      public static void welcomeSub(io.horizon.eon.em.Environment environment, CommandAtom option)
    • failEmpty

      public static void failEmpty()
    • failInvalid

      public static void failInvalid(String command)
    • failWarn

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

      public static TermStatus failError(Throwable ex)
    • output

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

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

      public static String message(String message, Object... args)
    • message

      public static String message(String key, Supplier<String> defaultSupplier)
    • commands

      public static List<CommandAtom> commands()
    • commands

      public static List<CommandAtom> commands(List<CommandAtom> commands)