Package | Description |
---|---|
sirius.kernel.health.console |
Commands for the built-in console.
|
Modifier and Type | Method and Description |
---|---|
Command.Output |
Command.Output.apply(String format,
Object... columns)
Formats the given string by replacing all parameters with the given columns.
|
Command.Output |
Command.Output.blankLine()
Shortcut to print a new line.
|
Command.Output |
Command.Output.line(String contents)
Shortcut to print the given contents in a single line.
|
Command.Output |
Command.Output.separator()
Shortcut to print a line filled with "-------------"
|
Modifier and Type | Method and Description |
---|---|
void |
CacheCommand.execute(Command.Output output,
String... params) |
void |
HelpCommand.execute(Command.Output output,
String... params) |
void |
Command.execute(Command.Output output,
String... params)
Executes the given command with the given parameters.
|
void |
GCCommand.execute(Command.Output output,
String... params) |
void |
TimerCommand.execute(Command.Output output,
String... params) |
void |
LoggerCommand.execute(Command.Output output,
String... params) |
void |
StatsCommand.execute(Command.Output output,
String... params) |
void |
ThreadsCommand.execute(Command.Output output,
String... params) |
void |
AsyncInfoCommand.execute(Command.Output output,
String... params) |
void |
MD5Command.execute(Command.Output output,
String... params) |
void |
TimingCommand.execute(Command.Output output,
String... params) |
void |
EnvCommand.execute(Command.Output output,
String... params) |
void |
DocCommand.execute(Command.Output output,
String... params) |
void |
ModulesCommand.execute(Command.Output output,
String... params) |
protected void |
TimingCommand.generateOutput(Command.Output output)
Generates the output for all recorded micro timings.
|
Copyright © 2018. All rights reserved.