|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface defining specific methods called on the argument consumer before and after the ArgumentProcessor's processing of arguments.
Usually, the argument consumer would be the application's main class or configuration class.
| Method Summary | |
void |
checkArgumentState()
The method is called by the ArgumentProcessor after all the arguments have been processed by the application. |
void |
initArgumentState()
The method is called by the ArgumentProcessor before any the arguments have been processed by the application. |
| Method Detail |
public void initArgumentState()
throws java.lang.IllegalStateException
java.lang.IllegalStateException - thrown if the application is not in the desired state.
public void checkArgumentState()
throws MissingArgumentException
MissingArgumentException - thrown if the argument list did not contain all the required arguments.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||