org.netbeans.lib.cvsclient.file
Interface WriteTextFilePreprocessor

All Known Implementing Classes:
DefaultWriteTextFilePreprocessor, WriteRcsDiffFilePreprocessor

public interface WriteTextFilePreprocessor

Preprocesses the text file after getting from server.


Method Summary
 void copyTextFileToLocation(java.io.InputStream processedInputStream, java.io.File fileToWrite)
           
 

Method Detail

copyTextFileToLocation

public void copyTextFileToLocation(java.io.InputStream processedInputStream,
                                   java.io.File fileToWrite)
                            throws java.io.IOException
Throws:
java.io.IOException


Built on December 18 2007.  |  Portions Copyright 1997-2003 Sun Microsystems, Inc. All rights reserved.