org.jostraca.util
Interface PropertySetModifier
- All Known Implementing Classes:
- NameValueListPSM, PrefixOperatorPSM, PropertySetModifierManager
- public interface PropertySetModifier
A PropertySetModifier is unary operation on a PropertySet
which modifies some or all of the Properties in some way, perhaps
adding new ones.
Contracts: IgnoreNullArgs
modify
public void modify(PropertySet pSourcePropertySet,
PropertySet pTargetPropertySet)
- Modify the supplied PropertySet
- Parameters:
pSourcePropertySet - PropertySet to use as basepTargetPropertySet - PropertySet to apply changes to
Copyright © 2000-2002 Richard Rodger