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


Method Summary
 void modify(PropertySet pSourcePropertySet, PropertySet pTargetPropertySet)
          Modify the supplied PropertySet
 

Method Detail

modify

public void modify(PropertySet pSourcePropertySet,
                   PropertySet pTargetPropertySet)
Modify the supplied PropertySet

Parameters:
pSourcePropertySet - PropertySet to use as base
pTargetPropertySet - PropertySet to apply changes to


Copyright © 2000-2002 Richard Rodger