|
JAPI 0.9.0 Yet another Java API API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Command
Shell commands can implement this interface and make use of ArgParser.
| Method Summary | |
|---|---|
void |
run(List<String> args)
Run the command. |
| Method Detail |
|---|
void run(List<String> args)
ArgParser once it is finnished with parsing the arguments.
args - the argument strings that were not parsed away by ArgParser.
|
JAPI Yet another Java API API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||