|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConsoleCommand
This interface must be implemented by a console command component. A command is an executable unit within the framework. This command allows to specify some execute parameters.
| Method Summary | |
|---|---|
String[] |
getExecuteParams()
Gets the execute parameters. |
void |
setExecuteParams(String[] args)
Sets the execute parameters. |
| Methods inherited from interface de.janrufmonitor.framework.command.ICommand |
|---|
execute, getID, getLabel, getParameters, isExecutable, isExecuting, setParameters |
| Method Detail |
|---|
void setExecuteParams(String[] args)
args - execute parametersString[] getExecuteParams()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||