| Package | Description |
|---|---|
| io.airlift.command | |
| io.airlift.command.model |
| Modifier and Type | Field and Description |
|---|---|
CommandGroupMetadata |
GroupSuggester.group |
| Modifier and Type | Method and Description |
|---|---|
CommandGroupMetadata |
ParseState.getGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandGroupUsage.usage(GlobalMetadata global,
CommandGroupMetadata group)
Display the help on System.out.
|
void |
CommandGroupUsage.usage(GlobalMetadata global,
CommandGroupMetadata group,
StringBuilder out)
Store the help in the passed string builder.
|
void |
CommandGroupUsage.usage(GlobalMetadata global,
CommandGroupMetadata group,
UsagePrinter out) |
ParseState |
ParseState.withGroup(CommandGroupMetadata group) |
| Modifier and Type | Method and Description |
|---|---|
static CommandGroupMetadata |
MetadataLoader.loadCommandGroup(String name,
String description,
CommandMetadata defaultCommand,
Iterable<CommandMetadata> commands) |
| Modifier and Type | Method and Description |
|---|---|
List<CommandGroupMetadata> |
GlobalMetadata.getCommandGroups() |
static com.google.common.base.Function<CommandGroupMetadata,String> |
CommandGroupMetadata.nameGetter() |
| Modifier and Type | Method and Description |
|---|---|
static GlobalMetadata |
MetadataLoader.loadGlobal(String name,
String description,
CommandMetadata defaultCommand,
Iterable<CommandMetadata> defaultGroupCommands,
Iterable<CommandGroupMetadata> groups) |
| Constructor and Description |
|---|
GlobalMetadata(String name,
String description,
Iterable<OptionMetadata> options,
CommandMetadata defaultCommand,
Iterable<CommandMetadata> defaultGroupCommands,
Iterable<CommandGroupMetadata> commandGroups) |
Copyright © 2012-2013. All Rights Reserved.