org.jostraca
Class NameValueListPSM
java.lang.Object
org.jostraca.NameValueListPSM
- All Implemented Interfaces:
- PropertySetModifier
- public class NameValueListPSM
- extends java.lang.Object
- implements PropertySetModifier
Create jostraca.properties.NameValueList property:
Format: "name": "value",
where:
lang.NameValueList.nameQuote = "
lang.NameValueList.itemSeparator = :
lang.NameValueList.valueQuote = "
lang.NameValueList.pairSeparator = ,
NOTE: some properties are not available and are cleared from this list,
as they interfere with other features and may be available via other sources.
|
Field Summary |
static java.lang.String |
CN
|
static java.util.HashMap |
sCleared
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CN
public static final java.lang.String CN
sCleared
public static final java.util.HashMap sCleared
NameValueListPSM
public NameValueListPSM()
modify
public void modify(PropertySet pSourcePropertySet,
PropertySet pTargetPropertySet)
throws StandardException
- Modify the supplied PropertySet.
- Specified by:
modify in interface PropertySetModifier
- Parameters:
pSourcePropertySet - PropertySet to use as basepTargetPropertySet - PropertySet to apply changes to
- Throws:
StandardException
setNameValueListName
public void setNameValueListName(java.lang.String pNameValueListName)
Copyright © 2000-2002 Richard Rodger