Uses of Class
org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base.ConfigStoreException
-
-
Uses of ConfigStoreException in org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base
Methods in org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base that throw ConfigStoreException Modifier and Type Method Description org.pentaho.reporting.libraries.base.config.Configuration
ConfigStorage. load(String configPath, org.pentaho.reporting.libraries.base.config.Configuration defaults)
Loads the properties from the given path, specifying the given properties as default.org.pentaho.reporting.libraries.base.config.Configuration
NullConfigStorage. 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
ConfigStorage. store(String configPath, org.pentaho.reporting.libraries.base.config.Configuration properties)
Stores the given properties on the defined path. -
Uses of ConfigStoreException in org.pentaho.reporting.engine.classic.core.modules.misc.configstore.filesystem
Methods in org.pentaho.reporting.engine.classic.core.modules.misc.configstore.filesystem that throw ConfigStoreException Modifier and Type Method Description org.pentaho.reporting.libraries.base.config.Configuration
FileConfigStorage. 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
FileConfigStorage. store(String configPath, org.pentaho.reporting.libraries.base.config.Configuration config)
Stores the given properties on the defined path.
-