public class DumpCommand extends Launcher.Command
Constructor and Description |
---|
DumpCommand() |
Modifier and Type | Method and Description |
---|---|
String |
detailedOptions()
Returns a detailed explanation of the command usage
Usage may have multiple lines, indentation of 4 spaces recommended.
|
void |
run(String[] args)
Starts the command with the provided arguments
|
String |
shortHelp()
Returns a one-liner of the function of this command
|
name
public String shortHelp()
Launcher.Command
shortHelp
in class Launcher.Command
public String detailedOptions()
Launcher.Command
detailedOptions
in class Launcher.Command
public void run(String[] args)
Launcher.Command
run
in class Launcher.Command