|
|||||||||
| Home >> All >> raining >> [ client overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
raining.client
Interface OptionProcessor

- public interface OptionProcessor
Interface for command line processing. Used by ClientParser. Developers using ClientParser would specify to the parser, how to process options, that they have added using Options.addOption().
| Method Summary | |
void |
processOpt(org.apache.commons.cli.Option obj,
java.lang.String opt,
java.lang.String longOpt,
java.lang.String value)
|
| Method Detail |
processOpt
public void processOpt(org.apache.commons.cli.Option obj, java.lang.String opt, java.lang.String longOpt, java.lang.String value)
|
|||||||||
| Home >> All >> raining >> [ client overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC