public class SvnOldLogMergeInfo extends SvnOldRunner<SVNLogEntry,SvnLogMergeInfo> implements ISVNLogEntryHandler
UNKNOWNNULL| 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() |
getWcGenerationgetFirstTarget, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, reset, run, setOperation, setWcContextpublic boolean isApplicable(SvnLogMergeInfo operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunnerisApplicable 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 falseSVNExceptionprotected SVNLogEntry run() throws SVNException
run in class SvnOperationRunner<SVNLogEntry,SvnLogMergeInfo>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.