Uses of Class
org.apache.karaf.shell.commands.Argument
-
Packages that use Argument Package Description org.apache.karaf.shell.commands.meta -
-
Uses of Argument in org.apache.karaf.shell.commands.meta
Methods in org.apache.karaf.shell.commands.meta that return types with arguments of type Argument Modifier and Type Method Description Map<Argument,Field>ActionMetaData. getArguments()List<Argument>ActionMetaData. getOrderedArguments()Methods in org.apache.karaf.shell.commands.meta with parameters of type Argument Modifier and Type Method Description ObjectActionMetaData. getDefaultValue(Action action, Argument argument)Constructor parameters in org.apache.karaf.shell.commands.meta with type arguments of type Argument Constructor Description ActionMetaData(Class<? extends Action> actionClass, Command command, Map<Option,Field> options, Map<Argument,Field> args, List<Argument> orderedArguments, Completer[] completers)
-