public abstract class GroupUsageCommand extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
com.beust.jcommander.JCommander |
commander
The context commander.
|
Constructor and Description |
---|
GroupUsageCommand() |
Modifier and Type | Method and Description |
---|---|
boolean |
isHelp()
Returns whether or not displaying help messages is required.
|
static void |
print(com.beust.jcommander.JCommander commander)
Prints the group usage.
|
void |
run() |
@Inject public com.beust.jcommander.JCommander commander
public boolean isHelp()
true
if help is required, otherwise false
public static void print(com.beust.jcommander.JCommander commander)
commander
- the current commanderCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.