org.jfree.report.modules.preferences.base
public class NullConfigStorage extends Object implements ConfigStorage
Constructor Summary | |
---|---|
NullConfigStorage()
DefaultConstructor. |
Method Summary | |
---|---|
boolean | isAvailable(String configPath)
Tests, whether some configuration data exists for the given configuration.
|
Configuration | load(String configPath, Configuration defaults)
Loads the properties from the given path, specifying the given properties as
default.
|
void | store(String configPath, Configuration properties)
This method does nothing.
|
Parameters: configPath the configuration path to the property storage.
Returns: always false as this implementation does not store anything.
Parameters: configPath the configuration path from where to read the properties. defaults the property set that acts as fallback to provide default values.
Returns: the loaded properties
Throws: ConfigStoreException always throws this exception as the specified resource will be not available.
Parameters: configPath this parameter is not used. properties this parameter is not used.
See Also: org.jfree.report.modules.misc.configstore.base.ConfigStorage#storeProperties (java.lang.String, java.util.Properties)