Uses of Interface
org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base.ConfigStorage

Packages that use ConfigStorage
org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base Base classes for the config store system. 
org.pentaho.reporting.engine.classic.core.modules.misc.configstore.filesystem Supports storing the configuration settings into the local filesystem. 
 

Uses of ConfigStorage in org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base
 

Classes in org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base that implement ConfigStorage
 class NullConfigStorage
          An empty default implementation.
 

Methods in org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base that return ConfigStorage
 ConfigStorage ConfigFactory.getSystemStorage()
          Returns the system settings storage implementation used in the config subsystem.
 ConfigStorage ConfigFactory.getUserStorage()
          Returns the user settings storage implementation used in the config subsystem.
 

Methods in org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base with parameters of type ConfigStorage
 void ConfigFactory.defineSystemStorage(ConfigStorage storage)
          Defines the system storage implementation that should be used.
 void ConfigFactory.defineUserStorage(ConfigStorage storage)
          Defines the user storage implementation that should be used.
 

Uses of ConfigStorage in org.pentaho.reporting.engine.classic.core.modules.misc.configstore.filesystem
 

Classes in org.pentaho.reporting.engine.classic.core.modules.misc.configstore.filesystem that implement ConfigStorage
 class FileConfigStorage
          The FileConfigStorage is a storage provider that stores its content on the local filesystem.