Interface ConfigurationResourceLoader
- All Known Implementing Classes:
DefaultConfigurationResourceLoader,SpringConfigurationResourceLoader
public interface ConfigurationResourceLoader
An interface for loading configuration values that are "locations". Depending on the framework, loading of resources
may differ.
- Author:
- Martin Lindström
-
Method Summary
-
Method Details
-
getStream
Gets anInputStreamfor the resource.- Parameters:
location- resource location- Returns:
- an
InputStream - Throws:
IOException- for failures to open the stream
-