public interface CommandPreprocessor
configuration.| Modifier and Type | Method and Description |
|---|---|
void |
preprocess(Command command,
ClientCommandSender sender)
This method provides the hook for a command preprocessor to manipulate a command (such as add things to its
configuration. |
void preprocess(Command command, ClientCommandSender sender)
configuration.command - the command to preprocesssender - the sender object that is going to queue and send the commandCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.