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