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.OptionCommandProcessor. findCommand(java.lang.String option)Finds a command with the given name.CommandProcessor.OptionCommandProcessor. register(boolean requiresValue, java.lang.String... aliases)Register the given aliases as a command option.CommandProcessor.OptionCommandProcessor.Option. setDefault(java.lang.String v)Sets the default value for this option.CommandProcessor.OptionCommandProcessor.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.
-