com.waveset.util
Interface WavesetProperties.PropertiesProvider
- Enclosing class:
- 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)
|
loadProperties
java.util.Map loadProperties()
throws com.waveset.util.WavesetException
- Throws:
com.waveset.util.WavesetException
storeProperty
void storeProperty(java.lang.String name,
java.lang.Object value,
boolean enableIfDisabled,
boolean commentPropertyIfNull)
throws com.waveset.util.WavesetException
- Throws:
com.waveset.util.WavesetException