|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectiaik.tc.utils.cmdline.AbstractApp
public abstract class AbstractApp
This class represents the minimal functionality an application must implement if it wants to make use of the command line library.
| Constructor Summary | |
|---|---|
AbstractApp()
|
|
| Method Summary | |
|---|---|
abstract void |
execute()
This is the main method of the application. |
abstract ParamParser |
getParamParser()
This method returns a ParamParser instance of the application. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractApp()
| Method Detail |
|---|
public abstract ParamParser getParamParser()
public abstract void execute()
throws CommandlineException
CommandlineException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||