| Constructor and Description |
|---|
Sl() |
| Modifier and Type | Method and Description |
|---|---|
static List<CommandAtom> |
commands() |
static List<CommandAtom> |
commands(List<CommandAtom> commands) |
static void |
failEmpty() |
static TermStatus |
failError(Throwable ex) |
static void |
failInvalid(String command) |
static void |
failWarn(String message,
Object... args) |
static void |
goodbye() |
static void |
goodbye(CommandAtom option) |
static void |
init() |
static String |
message(String message,
Object... args) |
static String |
message(String key,
Supplier<String> defaultSupplier) |
static void |
output(String message,
Object... args) |
static void |
outputOpt(String message,
String name,
Object... args) |
static boolean |
ready(String[] args) |
static void |
welcome() |
static void |
welcomeCommand(CommandAtom option) |
static void |
welcomeCommand(Environment environment) |
static void |
welcomeSub(Environment environment,
CommandAtom option) |
public static void init()
public static boolean ready(String[] args)
public static void welcome()
public static void goodbye()
public static void goodbye(CommandAtom option)
public static void welcomeCommand(Environment environment)
public static void welcomeCommand(CommandAtom option)
public static void welcomeSub(Environment environment, CommandAtom option)
public static void failEmpty()
public static void failInvalid(String command)
public static TermStatus failError(Throwable ex)
public static List<CommandAtom> commands()
public static List<CommandAtom> commands(List<CommandAtom> commands)
Copyright © 2021. All rights reserved.