Copyright @ 2002 SAP. All Rights Reserved.

com.sap.tc.complib.provider
Class FileConfigOutputProvider

java.lang.Object
  |
  +--com.sap.tc.complib.provider.FileConfigProvider
        |
        +--com.sap.tc.complib.provider.FileConfigOutputProvider
All Implemented Interfaces:
ConfigurationOutputProvider

public class FileConfigOutputProvider
extends FileConfigProvider
implements ConfigurationOutputProvider


Field Summary
static com.sap.tc.logging.Location LOCATION
           
 
Constructor Summary
FileConfigOutputProvider(java.lang.String configRootFolder, java.lang.String confdefFile)
           
 
Method Summary
 java.io.OutputStream getStreamForConfiguration()
          Provides an output stream for the main configuration
 void releaseStream(java.io.OutputStream stream)
          Releases the given output stream.
 
Methods inherited from class com.sap.tc.complib.provider.FileConfigProvider
getConfDefFileName, getConfigFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCATION

public static final com.sap.tc.logging.Location LOCATION
Constructor Detail

FileConfigOutputProvider

public FileConfigOutputProvider(java.lang.String configRootFolder,
                                java.lang.String confdefFile)
Method Detail

releaseStream

public void releaseStream(java.io.OutputStream stream)
Description copied from interface: ConfigurationOutputProvider
Releases the given output stream.
Specified by:
releaseStream in interface ConfigurationOutputProvider

getStreamForConfiguration

public java.io.OutputStream getStreamForConfiguration()
                                               throws ProviderException
Description copied from interface: ConfigurationOutputProvider
Provides an output stream for the main configuration
Specified by:
getStreamForConfiguration in interface ConfigurationOutputProvider

Copyright @ 2002 SAP. All Rights Reserved.