com.waveset.util
Interface WavesetProperties.PropertiesProvider

Enclosing interface:
WavesetProperties

public static interface WavesetProperties.PropertiesProvider

Properties provider to be used for loading waveset properties Currently this is used by the netbeans plugin to override the default WavesetProperties loading mechanism.


Method Summary
 java.util.Map loadProperties()
           
 void storeProperty(java.lang.String name, java.lang.Object value, boolean enableIfDisabled, boolean commentPropertyIfNull)
           
 

Method Detail

loadProperties

public java.util.Map loadProperties()
                             throws WavesetException
Throws:
WavesetException

storeProperty

public void storeProperty(java.lang.String name,
                          java.lang.Object value,
                          boolean enableIfDisabled,
                          boolean commentPropertyIfNull)
                   throws WavesetException
Throws:
WavesetException