|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArgumentProcessor
Used to step through each filename that is given to the program.
Method Summary | |
---|---|
void |
endOptions(CommandArgs args)
Called when all the command line options have been processed. |
void |
processFilename(CommandArgs args,
java.lang.String filename)
Process a filename. |
void |
processOption(java.lang.String opt,
java.lang.String val)
Process an option. |
void |
startOptions()
Called right at the beginning, before any command line options have been looked at. |
Method Detail |
---|
void processOption(java.lang.String opt, java.lang.String val)
opt
- The option name.val
- The option value.void processFilename(CommandArgs args, java.lang.String filename)
args
- A copy of the option arguments in force when this filename
was specified.filename
- The filename.void endOptions(CommandArgs args)
args
- The command line options.void startOptions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |