Constructor and Description |
---|
BuildCommand() |
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()
Command
The returned name should contain no spaces or special characters.
public java.lang.String getSummary()
Command
getSummary
in interface Command
public Parser getParser()
Command