Interface ConfigurationContextImpl.ConfigurationSource
-
- Enclosing class:
- ConfigurationContextImpl
public static interface ConfigurationContextImpl.ConfigurationSource
Function interface to obtain theInputStream
for theConfigurationItem
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStream
getConfigurationInputStream(java.lang.String location)
Implement to obtain the configuration.
-
-
-
Method Detail
-
getConfigurationInputStream
java.io.InputStream getConfigurationInputStream(java.lang.String location) throws java.io.IOException
Implement to obtain the configuration.- Parameters:
location
- Location of theConfigurationItem
.- Returns:
Reader
to theConfigurationItem
.- Throws:
java.io.IOException
- If fails to obtain theConfigurationItem
.
-
-