public class SvnRemoteLog extends SvnRemoteOperationRunner<SVNLogEntry,SvnLog> implements ISVNLogEntryHandler
UNKNOWN
NULL
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, reset
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
public boolean isApplicable(SvnCat operation, SvnWcGeneration wcGeneration) throws SVNException
SVNException
protected SVNLogEntry run() throws SVNException
run
in class SvnOperationRunner<SVNLogEntry,SvnLog>
SVNException
public void handleLogEntry(SVNLogEntry logEntry) throws SVNException
ISVNLogEntryHandler
handleLogEntry
in interface ISVNLogEntryHandler
logEntry
- an SVNLogEntry
object
that represents per revision information
(committed paths, log message, etc.)SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.