|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jargp.ParameterSet
Command line parameter collection definition. Each collection consists of some number of parameter definitions. Multiple collections may be linked to function as a single collection.
Field Summary | |
private org.jargp.ParameterDef[] |
m_knownArguments
Arguments known by this handler. |
private org.jargp.ParameterSet |
m_nextSet
Next parameter set for control flags not included in this one. |
Constructor Summary | |
ParameterSet(org.jargp.ParameterDef[] defs,
org.jargp.ParameterSet next)
Constructor |
Method Summary | |
(package private) org.jargp.ParameterDef |
findDef(char flag)
Find the parameter definition for a particular control flag. |
(package private) org.jargp.ParameterDef |
indexDef(int index)
Get the parameter definition at a particular position in the list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final org.jargp.ParameterDef[] m_knownArguments
private final org.jargp.ParameterSet m_nextSet
Constructor Detail |
public ParameterSet(org.jargp.ParameterDef[] defs, org.jargp.ParameterSet next)
defs
- parameter definitions for this handlernext
- parameter set used for parameters not defined in this setMethod Detail |
org.jargp.ParameterDef findDef(char flag)
flag
- control flag for parameterorg.jargp.ParameterDef indexDef(int index)
null
is returned.
index
- position for parameter definition to be returned
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |