public class SystemSettingsConfiguration extends Object implements org.pentaho.platform.api.engine.IConfiguration
| Constructor and Description |
|---|
SystemSettingsConfiguration(String id,
org.pentaho.platform.api.engine.ISystemSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
Properties |
getProperties() |
void |
update(Properties properties) |
public SystemSettingsConfiguration(String id, org.pentaho.platform.api.engine.ISystemSettings settings)
public String getId()
getId in interface org.pentaho.platform.api.engine.IConfigurationpublic Properties getProperties() throws IOException
getProperties in interface org.pentaho.platform.api.engine.IConfigurationIOExceptionpublic void update(Properties properties) throws IOException
update in interface org.pentaho.platform.api.engine.IConfigurationIOException