Package | Description |
---|---|
openbook.tools |
Modifier and Type | Method and Description |
---|---|
CommandProcessor.Option |
CommandProcessor.findCommand(String option)
Finds a command with the given name.
|
CommandProcessor.Option |
CommandProcessor.register(boolean requiresValue,
String... aliases)
Register the given aliases as a command option.
|
CommandProcessor.Option |
CommandProcessor.Option.setDefault(String v)
Sets the default value for this option.
|
CommandProcessor.Option |
CommandProcessor.Option.setDescription(String desc) |
Modifier and Type | Method and Description |
---|---|
Set<CommandProcessor.Option> |
CommandProcessor.getUnregisteredCommands()
Gets all the unrecognized command options.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.