| Package | Description |
|---|---|
| org.apache.karaf.shell.commands.meta |
| Modifier and Type | Method and Description |
|---|---|
Map<Argument,Field> |
ActionMetaData.getArguments() |
List<Argument> |
ActionMetaData.getOrderedArguments() |
| Modifier and Type | Method and Description |
|---|---|
Object |
ActionMetaData.getDefaultValue(Action action,
Argument argument) |
| Constructor and Description |
|---|
ActionMetaData(Class<? extends Action> actionClass,
Command command,
Map<Option,Field> options,
Map<Argument,Field> args,
List<Argument> orderedArguments,
Completer[] completers) |
ActionMetaData(Class<? extends Action> actionClass,
Command command,
Map<Option,Field> options,
Map<Argument,Field> args,
List<Argument> orderedArguments,
Completer[] completers) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.