public class PropertiesFileConfiguration extends Object implements org.pentaho.platform.api.engine.IConfiguration
Constructor and Description |
---|
PropertiesFileConfiguration(String id,
File propFile) |
PropertiesFileConfiguration(String id,
Properties properties) |
public PropertiesFileConfiguration(String id, Properties properties)
public String getId()
getId
in interface org.pentaho.platform.api.engine.IConfiguration
public Properties getProperties() throws IOException
getProperties
in interface org.pentaho.platform.api.engine.IConfiguration
IOException
public void update(Properties newProperties) throws IOException
update
in interface org.pentaho.platform.api.engine.IConfiguration
IOException