|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectAbstractApp
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 Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractApp()
| Method Detail |
|---|
public abstract ParamParser getParamParser()
public abstract void execute()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||