Uses of Enum Class
command.logic.CommandMode
Packages that use CommandMode
-
Uses of CommandMode in command.logic
Methods in command.logic that return CommandModeModifier and TypeMethodDescriptionstatic CommandMode
Returns the enum constant of this class with the specified name.static CommandMode[]
CommandMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in command.logic with parameters of type CommandModeModifierConstructorDescriptionCommandExecutor
(ArrayList<CommandDescription> commands, InputStream input, CommandMode mode, ApplicationResponseProvider<CommandStatusResponse>... providers) Constructor :/