Methods Summary |
---|
public java.lang.Object[] | dottedNameGet(java.lang.String[] names)Return an array of values corresponding to each dotted-name.
Each slot in the array will contain either an Attribute or an Exception.
|
public java.lang.Object | dottedNameGet(java.lang.String name)Return a value for a dotted-name. If a name does not exist,
then null is returned.
|
public java.lang.Object[] | dottedNameList(java.lang.String[] names)List all valid prefixes for dotted names
|
public java.lang.Object[] | dottedNameSet(java.lang.String[] nameValuePairs)Set values for dotted names; each entry must be of the form:
dotted-name=value
|
public void | refresh()Force a refresh of the list of dotted names.
|