SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

com.solarmetric.conf
Interface GenericConfigurable

All Known Implementing Classes:
LogFactoryImpl

public interface GenericConfigurable

Implementations of this interface may perform additional generic configuration with any key-value pairs that cannot be set into the object via the normal Options.setInto(java.lang.Object) means.


Method Summary
 void setInto(Map m)
          Perform any generic configuration based on the data in m.
 

Method Detail

setInto

public void setInto(Map m)
Perform any generic configuration based on the data in m. This method should remove any values in m that have been successfully processed; if any values remain in m after this method is executed, an exception will be thrown identifying those key-value pairs as invalid.

SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.