Copyright @ 2002 SAP. All Rights Reserved.

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.
 

Method Detail

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.

Copyright @ 2002 SAP. All Rights Reserved.