|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.misc.configstore.base.NullConfigStorage
public class NullConfigStorage
An empty default implementation. This config storare will not store any values and will provide no read access to stored properties by denying their existence.
Constructor Summary | |
---|---|
NullConfigStorage()
DefaultConstructor. |
Method Summary | |
---|---|
boolean |
isAvailable(String configPath)
Tests, whether some configuration data exists for the given configuration. |
org.pentaho.reporting.libraries.base.config.Configuration |
load(String configPath,
org.pentaho.reporting.libraries.base.config.Configuration defaults)
Loads the properties from the given path, specifying the given properties as default. |
void |
store(String configPath,
org.pentaho.reporting.libraries.base.config.Configuration properties)
This method does nothing. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullConfigStorage()
Method Detail |
---|
public void store(String configPath, org.pentaho.reporting.libraries.base.config.Configuration properties)
store
in interface ConfigStorage
configPath
- this parameter is not used.properties
- this parameter is not used.(java.lang.String,
java.util.Properties)
public org.pentaho.reporting.libraries.base.config.Configuration load(String configPath, org.pentaho.reporting.libraries.base.config.Configuration defaults) throws ConfigStoreException
load
in interface ConfigStorage
configPath
- the configuration path from where to read the properties.defaults
- the property set that acts as fallback to provide default values.
ConfigStoreException
- always throws this exception as the specified resource will be not available.public boolean isAvailable(String configPath)
isAvailable
in interface ConfigStorage
configPath
- the configuration path to the property storage.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |