Package org.pentaho.platform.config
Class SystemConfig
java.lang.Object
org.pentaho.platform.config.SystemConfig
- All Implemented Interfaces:
org.pentaho.platform.api.engine.ISystemConfig
User: nbaker Date: 4/2/13
-
Constructor Summary
ConstructorDescriptionSystemConfig
(List<org.pentaho.platform.api.engine.IConfiguration> startingConfigs) -
Method Summary
Modifier and TypeMethodDescriptionorg.pentaho.platform.api.engine.IConfiguration
getConfiguration
(String configId) getProperty
(String placeholder) org.pentaho.platform.api.engine.IConfiguration[]
void
registerConfiguration
(org.pentaho.platform.api.engine.IConfiguration configuration) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.pentaho.platform.api.engine.ISystemConfig
getProperty
-
Constructor Details
-
SystemConfig
public SystemConfig() -
SystemConfig
public SystemConfig(List<org.pentaho.platform.api.engine.IConfiguration> startingConfigs) throws IOException - Throws:
IOException
-
-
Method Details
-
getProperty
- Specified by:
getProperty
in interfaceorg.pentaho.platform.api.engine.ISystemConfig
-
getConfiguration
- Specified by:
getConfiguration
in interfaceorg.pentaho.platform.api.engine.ISystemConfig
-
registerConfiguration
public void registerConfiguration(org.pentaho.platform.api.engine.IConfiguration configuration) throws IOException - Specified by:
registerConfiguration
in interfaceorg.pentaho.platform.api.engine.ISystemConfig
- Throws:
IOException
-
listConfigurations
public org.pentaho.platform.api.engine.IConfiguration[] listConfigurations()- Specified by:
listConfigurations
in interfaceorg.pentaho.platform.api.engine.ISystemConfig
-