org.jostraca.util
Class PropertySetModifierManager

java.lang.Object
  extended byorg.jostraca.util.SimpleObjectManager
      extended byorg.jostraca.util.PropertySetModifierManager
All Implemented Interfaces:
PropertySetModifier

public class PropertySetModifierManager
extends SimpleObjectManager
implements PropertySetModifier

Manages an ordered set of PropertySetModifier objects. These can be applied in turn to a given PropertySet.


Field Summary
static java.lang.String CN
           
static Tracker t
           
 
Fields inherited from class org.jostraca.util.SimpleObjectManager
DEFAULT_JAVA_PACKAGE, iClassList, iClassType, iDefaultJavaPackage, iObjects
 
Constructor Summary
PropertySetModifierManager()
           
 
Method Summary
 void loadPropertySetModifierClasses(java.lang.String pPropertySetModifierClassList)
          Load PropertySetModifier classes specified by comma separated list.
 void modify(PropertySet pPropertySet)
           
 void modify(PropertySet pSourcePropertySet, PropertySet pTargetPropertySet)
          Modify the supplied PropertySet
 
Methods inherited from class org.jostraca.util.SimpleObjectManager
append, contains, getDefaultJavaPackage, loadClasses, loadClasses, prepend, remove, setDefaultJavaPackage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CN

public static final java.lang.String CN
See Also:
Constant Field Values

t

public static final Tracker t
Constructor Detail

PropertySetModifierManager

public PropertySetModifierManager()
Method Detail

modify

public void modify(PropertySet pPropertySet)
            throws StandardException
Throws:
StandardException

modify

public void modify(PropertySet pSourcePropertySet,
                   PropertySet pTargetPropertySet)
            throws StandardException
Description copied from interface: PropertySetModifier
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

loadPropertySetModifierClasses

public void loadPropertySetModifierClasses(java.lang.String pPropertySetModifierClassList)
Load PropertySetModifier classes specified by comma separated list. Note: PropertySetModifier classes in org.jostraca.util do not need to be fully qualifed as this package is assumed to be the default.

Parameters:
pPropertySetModifierClassList - Comma separated list of class names.


Copyright © 2000-2002 Richard Rodger