public interface Command
Modifier and Type | Method and Description |
---|---|
void |
execute(java.util.List<java.lang.String> tokens)
Execute the specified command
|
java.lang.String |
getName() |
java.lang.String |
getOneLineDescription() |
void |
setCommandContext(CommandContext context) |
java.lang.String getName()
java.lang.String getOneLineDescription()
void setCommandContext(CommandContext context)
void execute(java.util.List<java.lang.String> tokens) throws java.lang.Exception
tokens
- - arguments to the commandjava.lang.Exception
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.