org.apache.commons.vfs.operations.vcs
Interface VcsLog

All Superinterfaces:
FileOperation

public interface VcsLog
extends FileOperation

todo: add class description here

Since:
0.1
Author:
Siarhei Baidun

Method Summary
 void setEndRevision(long endRev)
           
 void setLogEntryHandler(VcsLogEntryHandler handler)
           
 void setStartRevision(long startRev)
           
 
Methods inherited from interface org.apache.commons.vfs.operations.FileOperation
process
 

Method Detail

setStartRevision

public void setStartRevision(long startRev)
Parameters:
startRev -

setEndRevision

public void setEndRevision(long endRev)
Parameters:
endRev -

setLogEntryHandler

public void setLogEntryHandler(VcsLogEntryHandler handler)
Parameters:
handler -


Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.