|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netscape.certsrv.template.ArgSet
public class ArgSet
This class represents a set of arguments. Unlike ArgList, this set of arguments is not ordered.
Each argument in the set is tagged with a name (key).
Constructor Summary | |
---|---|
ArgSet()
|
Method Summary | |
---|---|
IArgValue |
get(java.lang.String name)
Retrieves argument from the set. |
java.util.Enumeration |
getNames()
Returns a list of argument names. |
void |
set(java.lang.String name,
IArgValue arg)
Sets argument into the set with the given name. |
void |
set(java.lang.String name,
java.lang.String arg)
Sets string argument into the set with the given name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArgSet()
Method Detail |
---|
public java.util.Enumeration getNames()
public void set(java.lang.String name, java.lang.String arg)
name
- argument namearg
- argument in stringpublic void set(java.lang.String name, IArgValue arg)
name
- argument namearg
- argument valuepublic IArgValue get(java.lang.String name)
name
- argument name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |