|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.orpiske.ssps.sdm.actions.ActionInterface
public abstract class ActionInterface
Implements app specific actions
Constructor Summary | |
---|---|
ActionInterface()
|
Method Summary | |
---|---|
protected void |
help(org.apache.commons.cli.Options options,
int code)
Prints the help for the action and exit |
protected abstract void |
processCommand(String[] args)
Process the command line arguments |
abstract void |
run()
Runs the action |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionInterface()
Method Detail |
---|
protected void help(org.apache.commons.cli.Options options, int code)
options
- the options objectcode
- the exit codeprotected abstract void processCommand(String[] args)
args
- the command line argumentspublic abstract void run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |