Package org.pentaho.platform.api.engine
Interface IConfiguration
- 
public interface IConfigurationUser: nbaker Date: 4/2/13 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()PropertiesgetProperties()voidupdate(Properties properties) 
 - 
 
- 
- 
Method Detail
- 
getId
String getId()
 
- 
getProperties
Properties getProperties() throws IOException
- Throws:
 IOException
 
- 
update
void update(Properties properties) throws IOException
- Throws:
 IOException
 
 - 
 
 -