|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommandOptionManager
DOCUMENT ME!
| Field Summary | |
|---|---|
static int |
AMBIGUOUS
ambiguous argument. |
static int |
UNKNOWN
unknown argument. |
| Method Summary | |
|---|---|
boolean |
getDebug()
get debugging. |
void |
process(CommandOptions options)
after all params are set process them. includes input and output |
void |
setDebug(boolean d)
turn debug on or off. |
| Field Detail |
|---|
static final int UNKNOWN
static final int AMBIGUOUS
| Method Detail |
|---|
void process(CommandOptions options)
throws java.lang.Exception
options -
java.lang.Exception - could be anything, including IOvoid setDebug(boolean d)
d - on/offboolean getDebug()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||