public class SvnOldLogMergeInfo extends SvnOldRunner<SVNLogEntry,SvnLogMergeInfo> implements ISVNLogEntryHandler
UNKNOWN
NULL
Constructor and Description |
---|
SvnOldLogMergeInfo() |
Modifier and Type | Method and Description |
---|---|
void |
handleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.
|
boolean |
isApplicable(SvnLogMergeInfo operation,
SvnWcGeneration wcGeneration)
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
|
protected SVNLogEntry |
run() |
getWcGeneration
getFirstTarget, sleepForTimestamp
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, reset, run, setOperation, setWcContext
public boolean isApplicable(SvnLogMergeInfo operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunner
isApplicable
in interface ISvnOperationRunner<SVNLogEntry,SvnLogMergeInfo>
isApplicable
in class SvnLocalOperationRunner<SVNLogEntry,SvnLogMergeInfo>
operation
- operation that needs runnerwcGeneration
- working copy generationtrue
if the runner is applicable, otherwise false
SVNException
protected SVNLogEntry run() throws SVNException
run
in class SvnOperationRunner<SVNLogEntry,SvnLogMergeInfo>
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.