| Package | Description |
|---|---|
| org.jboss.forge.shell.command |
| Modifier and Type | Method and Description |
|---|---|
OptionMetadata |
CommandMetadata.getNamedOption(String name)
Get the option defined by the given name.
|
OptionMetadata |
CommandMetadata.getOptionByAbsoluteIndex(int index)
Return the option at the given index in the plugin method signature, not the index of the option on the command
line.
|
OptionMetadata |
CommandMetadata.getOrderedOptionByIndex(int index)
Return the option at the given index as required on the command line, not the index of the option in the
implementing method signature.
|
| Modifier and Type | Method and Description |
|---|---|
List<OptionMetadata> |
CommandMetadata.getOptions()
Return a list of all options defined by this command.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.