org.tmatesoft.svn.core

Interface ISVNLogEntryHandler

public interface ISVNLogEntryHandler

The ISVNLogEntryHandler interface should be implemented in order to handle per revision commit information (in a kind of a revisions history operation)- log entries (represented by SVNLogEntry objects).

Version: 1.1.1

Author: TMate Software Ltd.

See Also: SVNLogEntry

Method Summary
voidhandleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.

Method Detail

handleLogEntry

public void handleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.

Parameters: logEntry an SVNLogEntry object that represents per revision information (committed paths, log message, etc.)

Throws: SVNException

Copyright © 2004-2007 TMate Software Ltd. All Rights Reserved.