public class SvnRemoteLog extends SvnRemoteOperationRunner<SVNLogEntry,SvnLog> implements ISVNLogEntryHandler
UNKNOWNNULL| Constructor and Description |
|---|
SvnRemoteLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.
|
boolean |
isApplicable(SvnCat operation,
SvnWcGeneration wcGeneration) |
protected SVNLogEntry |
run() |
getRepositoryAccess, getWcGeneration, isApplicable, isRevisionLocalToWc, resetcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextpublic boolean isApplicable(SvnCat operation, SvnWcGeneration wcGeneration) throws SVNException
SVNExceptionprotected SVNLogEntry run() throws SVNException
run in class SvnOperationRunner<SVNLogEntry,SvnLog>SVNExceptionpublic void handleLogEntry(SVNLogEntry logEntry) throws SVNException
ISVNLogEntryHandlerhandleLogEntry in interface ISVNLogEntryHandlerlogEntry - an SVNLogEntry object
that represents per revision information
(committed paths, log message, etc.)SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.