Uses of Interface
org.pentaho.platform.api.engine.ISystemSettings

Packages that use ISystemSettings
org.pentaho.platform.engine.core.system   
org.pentaho.platform.engine.core.system.boot   
org.pentaho.test.platform.engine.core   
 

Uses of ISystemSettings in org.pentaho.platform.engine.core.system
 

Classes in org.pentaho.platform.engine.core.system that implement ISystemSettings
 class PathBasedSystemSettings
          Behavior is identical to SystemSettings except that the settings for PentahoSystem can live in an arbitrary location in the file system (i.e.
 class SimpleSystemSettings
           
 class SystemSettings
          Provides system settings data for system configuration files located in the system folder of the repository.
 

Methods in org.pentaho.platform.engine.core.system that return ISystemSettings
static ISystemSettings PentahoSystem.getSystemSettings()
           
 

Methods in org.pentaho.platform.engine.core.system with parameters of type ISystemSettings
static void PentahoSystem.setSystemSettingsService(ISystemSettings systemSettingsService)
          Sets the system settings service: the means by which the platform obtains it's overall system settings.
 void SpringPentahoSystemProxy.setSystemSettingsService(ISystemSettings systemSettingsService)
           
 

Uses of ISystemSettings in org.pentaho.platform.engine.core.system.boot
 

Methods in org.pentaho.platform.engine.core.system.boot that return ISystemSettings
 ISystemSettings PentahoSystemBoot.getSettingsProvider()
          Gets the system settings object that will be used by the Pentaho platform
 

Methods in org.pentaho.platform.engine.core.system.boot with parameters of type ISystemSettings
 void PentahoSystemBoot.setSettingsProvider(ISystemSettings settingsProvider)
          Sets the system settings object that will be used by the Pentaho platform
 

Uses of ISystemSettings in org.pentaho.test.platform.engine.core
 

Classes in org.pentaho.test.platform.engine.core that implement ISystemSettings
 class XmlSimpleSystemSettings
          This settings class allows you to initialize the MicroPlatform with the xml based SystemSettings class, and bootstrap successfully.