com.starbase.starteam
Interface ContentFilter


public interface ContentFilter

Allows an application to hook into the checkout process at a low level. getOutputStream() is called for each file as it is checked out. OutputStream is the stream where content is written; the application may wrap this stream to transform content as it sees fit.

See Also:
CheckoutOptions, CheckoutOptions.getContentFilter(), CheckoutOptions.setContentFilter(com.starbase.starteam.ContentFilter)

Method Summary
 java.io.OutputStream getOutputStream(File file, java.io.OutputStream stream)
          Get the OutputStream object corresponding to the specified File and OutputStream objects.
 

Method Detail

getOutputStream

public java.io.OutputStream getOutputStream(File file,
                                            java.io.OutputStream stream)
Get the OutputStream object corresponding to the specified File and OutputStream objects.

Parameters:
file - the File object.
stream - the OutputStream object.
Returns:
Return the corresponding OutputStream object.


StarTeam SDK 10.0, Build 58
Copyright © 2003-2004 Borland Software Corporation. All rights reserved.