| Constructor and Description |
|---|
DiffCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Arguments arguments,
java.lang.ClassLoader classLoader)
Executes the command using the provided arguments.
|
java.lang.String |
getName()
Gets the name of the command.
|
Parser |
getParser()
Gets the parser of the command.
|
java.lang.String |
getSummary()
Gets a short summary of the command that's shown in the main help.
|
public java.lang.String getName()
CommandThe returned name should contain no spaces or special characters.
public java.lang.String getSummary()
CommandgetSummary in interface Commandpublic Parser getParser()
Command