Interface ConfigConsumer<R>
-
- Type Parameters:
R
- Result
public interface ConfigConsumer<R>
Consuming configurations found in provisioning model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
accept(String path, Dictionary<String,Object> properties)
Method is called for each configuration found in provisioning model.
-
-
-
Method Detail
-
accept
R accept(String path, Dictionary<String,Object> properties) throws IOException
Method is called for each configuration found in provisioning model.- Parameters:
path
- Path for configuration in filesystem.properties
- OSGi properties- Returns:
- Result
- Throws:
IOException
- I/O exception
-
-