public class CommandUse extends AbstractCommand
| Constructor and Description |
|---|
CommandUse() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ExtendedInterpreter interpreter) |
String |
getAlias() |
Class<?> |
getKlass() |
void |
setAlias(String alias) |
void |
setKlass(Class<?> klass) |
checkedExecute, getNextCommand, setNextCommandpublic Class<?> getKlass()
public void setKlass(Class<?> klass)
klass - the klass to setpublic String getAlias()
public void setAlias(String alias)
alias - the alias to setpublic void execute(ExtendedInterpreter interpreter)
execute in interface Executorexecute in class AbstractCommandCopyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.