Uses of Class
openbook.tools.CommandProcessor.Option
-
Packages that use CommandProcessor.Option Package Description openbook.tools -
-
Uses of CommandProcessor.Option in openbook.tools
Methods in openbook.tools that return CommandProcessor.Option Modifier and Type Method Description CommandProcessor.Option
CommandProcessor. findCommand(java.lang.String option)
Finds a command with the given name.CommandProcessor.Option
CommandProcessor. register(boolean requiresValue, java.lang.String... aliases)
Register the given aliases as a command option.CommandProcessor.Option
CommandProcessor.Option. setDefault(java.lang.String v)
Sets the default value for this option.CommandProcessor.Option
CommandProcessor.Option. setDescription(java.lang.String desc)
Methods in openbook.tools that return types with arguments of type CommandProcessor.Option Modifier and Type Method Description java.util.Set<CommandProcessor.Option>
CommandProcessor. getUnregisteredCommands()
Gets all the unrecognized command options.
-