org.jostraca.util
Class PropertySetModifierManager
java.lang.Object
org.jostraca.util.SimpleObjectManager
org.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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CN
public static final java.lang.String CN
- See Also:
- Constant Field Values
t
public static final Tracker t
PropertySetModifierManager
public PropertySetModifierManager()
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 basepTargetPropertySet - 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