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, setNextCommand
public 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 Executor
execute
in class AbstractCommand
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.