org.tmatesoft.svn.core
public interface ISVNLogEntryHandler
Version: 1.1.1
See Also: SVNLogEntry
Method Summary | |
---|---|
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