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

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

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 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)