public static interface Parm.MainRun
mainStart
method.Modifier and Type | Method and Description |
---|---|
void |
run(Parm.Opt oOpt)
run method called by mainStart . |
void run(Parm.Opt oOpt) throws java.lang.Exception
run
method called by mainStart
. This should be the beginning of the program processing.oOpt
- The extended options
object.java.lang.Exception