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


public interface VcsLogEntryHandler

Since:
0.1
Author:
Siarhei Baidun

Method Summary
 void handleLogEntry(VcsLogEntry entry)
           
 

Method Detail

handleLogEntry

void handleLogEntry(VcsLogEntry entry)
                    throws FileSystemException
Parameters:
entry - The log entry.
Throws:
FileSystemException - if an error occurs.


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.