|
|||||||||
| Home >> All >> jena >> [ cmdline overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jena.cmdline
Interface ArgHandler

- public interface ArgHandler
Interface for processing flag arguments.
- Version:
- $Id: ArgHandler.java,v 1.4 2005/02/21 11:48:56 andy_seaborne Exp $
| Method Summary | |
void |
action(java.lang.String arg,
java.lang.String val)
Process a flag argument. |
| Method Detail |
action
public void action(java.lang.String arg, java.lang.String val) throws java.lang.IllegalArgumentException
- Process a flag argument.
Called with the value found or null if no value for this flag.
|
|||||||||
| Home >> All >> jena >> [ cmdline overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC