A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

W

withAdditionalData(String, Object) - Method in class net.kautler.command.api.CommandContext.Builder
Sets the additional data for the given key to the given value and returns this builder for method call chaining.
withAlias(String) - Method in class net.kautler.command.api.CommandContext.Builder
Sets the alias of the triggered command and returns this builder for method call chaining.
withAlias(String) - Method in class net.kautler.command.api.CommandContext
Returns a builder that will create a new command context based on this instance with the given alias.
withCommand(Command<? super M>) - Method in class net.kautler.command.api.CommandContext.Builder
Sets the command that is triggered and returns this builder for method call chaining.
withCommand(Command<? super M>) - Method in class net.kautler.command.api.CommandContext
Returns a builder that will create a new command context based on this instance with the given command.
withMessage(M) - Method in class net.kautler.command.api.CommandContext.Builder
Sets the message that triggered the command processing and returns this builder for method call chaining.
withMessage(M) - Method in class net.kautler.command.api.CommandContext
Returns a builder that will create a new command context based on this instance with the given message.
withMessageContent(String) - Method in class net.kautler.command.api.CommandContext.Builder
Sets the content of the message that triggered the command processing and returns this builder for method call chaining.
withMessageContent(String) - Method in class net.kautler.command.api.CommandContext
Returns a builder that will create a new command context based on this instance with the given message content.
withoutAdditionalData() - Method in class net.kautler.command.api.CommandContext.Builder
Removes all additional data and returns this builder for method call chaining.
withoutAdditionalData(String) - Method in class net.kautler.command.api.CommandContext.Builder
Removes the additional data for the given key and returns this builder for method call chaining.
withParameterString(String) - Method in class net.kautler.command.api.CommandContext.Builder
Sets the parameter string to be processed by the triggered command and returns this builder for method call chaining.
withParameterString(String) - Method in class net.kautler.command.api.CommandContext
Returns a builder that will create a new command context based on this instance with the given parameter string.
withPrefix(String) - Method in class net.kautler.command.api.CommandContext.Builder
Sets the prefix that the message has to start with to trigger a command and returns this builder for method call chaining.
withPrefix(String) - Method in class net.kautler.command.api.CommandContext
Returns a builder that will create a new command context based on this instance with the given prefix.
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages