Class ProxyPropertiesSource

java.lang.Object
com.exedio.cope.util.ProxyPropertiesSource
All Implemented Interfaces:
Properties.Source

public abstract class ProxyPropertiesSource extends Object implements Properties.Source
An proxy implementation of Properties.Source. All methods implementing Properties.Source do forward to another Properties.Source. You may want to subclass this class instead of implementing Properties.Source directly to make your subclass cope with new methods in Properties.Source.