Package net.kautler.command.api
-
Interface Summary Interface Description Command<M> A command that can be triggered by messages of the given type. -
Class Summary Class Description CommandHandler<M> A base class for command handlers that does the common logic.ParameterParser A parser that can semantically parse and validate a command parameter string according to a defined usage string syntax and return the parsed parameters.Version A class that provides information about the version of this library.