Package io.vertx.tp.plugin.shell.refine
Class Sl
- java.lang.Object
-
- io.vertx.tp.plugin.shell.refine.Sl
-
-
Constructor Summary
Constructors Constructor Description Sl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<CommandAtom>commands()static List<CommandAtom>commands(List<CommandAtom> commands)static voidfailEmpty()static TermStatusfailError(Throwable ex)static voidfailInvalid(String command)static voidfailWarn(String message, Object... args)static voidgoodbye()static voidgoodbye(CommandAtom option)static voidinit()static Stringmessage(String message, Object... args)static Stringmessage(String key, Supplier<String> defaultSupplier)static voidoutput(String message, Object... args)static voidoutputOpt(String message, String name, Object... args)static booleanready(String[] args)static voidwelcome()static voidwelcomeCommand(CommandAtom option)static voidwelcomeCommand(Environment environment)static voidwelcomeSub(Environment environment, CommandAtom option)
-
-
-
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)
-
welcomeSub
public static void welcomeSub(Environment environment, CommandAtom option)
-
failEmpty
public static void failEmpty()
-
failInvalid
public static void failInvalid(String command)
-
failError
public static TermStatus failError(Throwable ex)
-
commands
public static List<CommandAtom> commands()
-
commands
public static List<CommandAtom> commands(List<CommandAtom> commands)
-
-