|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICommandLineInterface
A simple interface for providing CLI access in an extensible, pluggable way
| Method Summary | |
|---|---|
void |
call(String[] args)
Callback that gets called when a command line is parsed and associated to the implementing component. |
String |
getName()
The name that has to be associated with the implementing component. |
| Method Detail |
|---|
String getName()
void call(String[] args)
args - The command line arguments.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||