org.jostraca
Class NameValueListPSM

java.lang.Object
  extended byorg.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
           
 
Constructor Summary
NameValueListPSM()
           
 
Method Summary
 void modify(PropertySet pSourcePropertySet, PropertySet pTargetPropertySet)
          Modify the supplied PropertySet.
 void setNameValueListName(java.lang.String pNameValueListName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CN

public static final java.lang.String CN

sCleared

public static final java.util.HashMap sCleared
Constructor Detail

NameValueListPSM

public NameValueListPSM()
Method Detail

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 base
pTargetPropertySet - PropertySet to apply changes to
Throws:
StandardException

setNameValueListName

public void setNameValueListName(java.lang.String pNameValueListName)


Copyright © 2000-2002 Richard Rodger