|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandLineInterface
This interface specifies some methods for command line handling.
CommandLine
Method Summary | |
---|---|
void |
checkCommandLine()
checks whether all necessary parameters are provided |
void |
parameterError()
prints the usage if not all necessary parameters were provided |
void |
printDescription()
prints a short description of this class |
void |
printUsage()
prints the usage of the application, with all necessary parameters |
boolean |
run(java.lang.String[] args)
processes the commandline parameters and starts the rest of the code (e.g. |
void |
setArgs(CommandLine cl)
sets the commandline object |
Method Detail |
---|
void setArgs(CommandLine cl)
void checkCommandLine()
void parameterError()
void printDescription()
void printUsage()
boolean run(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |