Uses of Enum Class
command.logic.CommandMode
-
Uses of CommandMode in command.logic
Modifier 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.ModifierConstructorDescriptionCommandExecutor
(ArrayList<CommandDescription> commands, InputStream input, CommandMode mode, ApplicationResponseProvider<CommandStatusResponse>... providers) Constructor :/