com.sap.tc.complib.provider
Interface ConfigurationInputProvider
- All Known Implementing Classes:
- StreamConfigInputProvider, FileConfigInputProvider, SimpleFileConfigInputProvider
- public interface ConfigurationInputProvider
|
Method Summary |
java.io.InputStream |
getStreamForConfiguration()
Provides an input stream for the main congiguration |
void |
releaseStream(java.io.InputStream stream)
Releases the given input stream. |
getStreamForConfiguration
public java.io.InputStream getStreamForConfiguration()
throws ProviderException
- Provides an input stream for the main congiguration
releaseStream
public void releaseStream(java.io.InputStream stream)
- Releases the given input stream.