Uses of Interface
org.tmatesoft.svn.core.ISVNLogEntryHandler
-
Packages that use ISVNLogEntryHandler Package Description org.tmatesoft.svn.cli.svn org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.dav.handlers org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.internal.wc2.remote org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level.org.tmatesoft.svn.core.javahl This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package.org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.org.tmatesoft.svn.core.wc.admin This package provides API for administrative managing Subversion repositories on a local machine.org.tmatesoft.svn.core.wc.xml This package gives an advantage to write annotation, status and log information in xml format to any SAX ContentHandler implementation. -
-
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.cli.svn
Classes in org.tmatesoft.svn.cli.svn that implement ISVNLogEntryHandler Modifier and Type Class Description classSVNLogCommandclassSVNMergeInfoCommand -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type ISVNLogEntryHandler Modifier and Type Method Description protected longDAVRepository. logImpl(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean changedPath, boolean strictNode, long limit, boolean includeMergedRevisions, java.lang.String[] revPropNames, ISVNLogEntryHandler handler) -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.internal.io.dav.handlers
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers declared as ISVNLogEntryHandler Modifier and Type Field Description private ISVNLogEntryHandlerDAVLogHandler. myLogEntryHandlerConstructors in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type ISVNLogEntryHandler Constructor Description DAVLogHandler(ISVNLogEntryHandler handler, long limit, java.lang.String[] revPropNames) -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as ISVNLogEntryHandler Modifier and Type Field Description private ISVNLogEntryHandlerFSLog. myHandlerMethods in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNLogEntryHandler Modifier and Type Method Description private FSLogFSRepository. getLogDriver(java.lang.String[] absPaths, long limit, long histStart, long histEnd, boolean isDescendingOrder, boolean discoverChangedPaths, boolean strictNode, boolean includeMergedRevisions, java.lang.String[] revPropNames, ISVNLogEntryHandler handler)protected longFSRepository. logImpl(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean discoverChangedPaths, boolean strictNode, long limit, boolean includeMergedRevisions, java.lang.String[] revPropNames, ISVNLogEntryHandler handler)voidFSLog. reset(FSFS owner, java.lang.String[] paths, long limit, long start, long end, boolean descending, boolean discoverChangedPaths, boolean strictNode, boolean includeMergedRevisions, java.lang.String[] revPropNames, ISVNLogEntryHandler handler)Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNLogEntryHandler Constructor Description FSLog(FSFS owner, java.lang.String[] paths, long limit, long start, long end, boolean descending, boolean discoverChangedPaths, boolean strictNode, boolean includeMergedRevisions, java.lang.String[] revPropNames, ISVNLogEntryHandler handler) -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNLogEntryHandler Modifier and Type Method Description protected longSVNRepositoryImpl. logImpl(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean changedPaths, boolean strictNode, long limit, boolean includeMergedRevisions, java.lang.String[] revisionPropertyNames, ISVNLogEntryHandler handler) -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNLogEntryHandler Modifier and Type Class Description private static classSVNMergeDriver.CopyFromReceiverprivate classSVNMergeDriver.LogHandlerFilterprivate classSVNMergeDriver.NoopLogHandlerFields in org.tmatesoft.svn.core.internal.wc declared as ISVNLogEntryHandler Modifier and Type Field Description private ISVNLogEntryHandlerSVNSynchronizeEditor. myHandler(package private) ISVNLogEntryHandlerSVNMergeDriver.LogHandlerFilter. myRealHandlerMethods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNLogEntryHandler Modifier and Type Method Description voidSVNMergeDriver. getLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)voidSVNMergeDriver. getLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)voidSVNMergeDriver. getLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)voidSVNMergeDriver. getLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)voidSVNMergeDriver. getLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)voidSVNMergeDriver. getLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)voidSVNMergeDriver. getLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)voidSVNMergeDriver. getLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)protected voidSVNMergeDriver. getLogsForMergeInfoRangeList(SVNURL reposRootURL, java.lang.String[] paths, SVNMergeRangeList rangeList, boolean discoverChangedPaths, java.lang.String[] revProps, ISVNLogEntryHandler handler)Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNLogEntryHandler Constructor Description LogHandlerFilter(ISVNLogEntryHandler handler, SVNMergeRangeList rangeList)SVNSynchronizeEditor(SVNRepository toRepository, ISVNLogEntryHandler handler, long baseRevision, SVNProperties revProps) -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.internal.wc16
Classes in org.tmatesoft.svn.core.internal.wc16 that implement ISVNLogEntryHandler Modifier and Type Class Description private static classSVNBasicDelegate.LocationsLogEntryHandlerMethods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNLogEntryHandler Modifier and Type Method Description voidSVNDiffClient16. doGetLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcPath(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient16. doGetLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcURL(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient16. doGetLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcPath(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient16. doGetLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcURL(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient16. doGetLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions merged frommergeSrcPath(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient16. doGetLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions merged frommergeSrcURL(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient16. doGetLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions merged frommergeSrcPath(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient16. doGetLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions merged frommergeSrcURL(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNLogClient16. doLog(java.io.File[] paths, java.util.Collection revisionRanges, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Invokeshandleron each log message from the givenrevisionRangesin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient16. doLog(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.voidSVNLogClient16. doLog(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient16. doLog(java.io.File[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.voidSVNLogClient16. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, java.util.Collection revisionRanges, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Invokeshandleron each log message from the givenin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient16. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient16. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)Gets commit log messages with other revision specific information from a repository and passes them to a log entry handler for processing.private voidSVNDiffClient16. getLogEligibleMergeInfoImpl(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)private voidSVNDiffClient16. getLogMergedMergeInfoImpl(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNLogEntryHandler Modifier and Type Method Description voidSVNLogClient17. doLog(java.io.File[] paths, java.util.Collection revisionRanges, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Invokeshandleron each log message from the givenrevisionRangesin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient17. doLog(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.voidSVNLogClient17. doLog(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient17. doLog(java.io.File[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.voidSVNLogClient17. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, java.util.Collection revisionRanges, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Invokeshandleron each log message from the givenin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient17. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient17. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)Gets commit log messages with other revision specific information from a repository and passes them to a log entry handler for processing. -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNLogEntryHandler Modifier and Type Method Description static ISvnObjectReceiver<SVNLogEntry>SvnCodec. logReceiver(ISVNLogEntryHandler handler) -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.internal.wc2.ng
Classes in org.tmatesoft.svn.core.internal.wc2.ng that implement ISVNLogEntryHandler Modifier and Type Class Description private static classSvnNgMergeDriver.FindOperativeSubtreeRevisionsprivate classSvnNgMergeDriver.NoopLogHandler -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.internal.wc2.old
Classes in org.tmatesoft.svn.core.internal.wc2.old that implement ISVNLogEntryHandler Modifier and Type Class Description classSvnOldLogMergeInfo -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.internal.wc2.remote
Classes in org.tmatesoft.svn.core.internal.wc2.remote that implement ISVNLogEntryHandler Modifier and Type Class Description classSvnRemoteLog -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.io
Classes in org.tmatesoft.svn.core.io that implement ISVNLogEntryHandler Modifier and Type Class Description private static classSVNRepository.DeletedRevisionLogHandlerprivate static classSVNRepository.FileRevisionsLogHandlerprivate static classSVNRepository.LocationSegmentsLogHandlerprivate static classSVNRepository.LocationsLogHandlerMethods in org.tmatesoft.svn.core.io with parameters of type ISVNLogEntryHandler Modifier and Type Method Description longSVNRepository. log(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean discoverChangedPaths, boolean strictNodeHistory, long limit, boolean includeMergedRevisions, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Invokeshandleron each log message fromstartRevisiontoendRevision.longSVNRepository. log(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean changedPath, boolean strictNode, long limit, ISVNLogEntryHandler handler)Traverses revisions history.longSVNRepository. log(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean changedPath, boolean strictNode, ISVNLogEntryHandler handler)Traverses revisions history.protected abstract longSVNRepository. logImpl(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean changedPath, boolean strictNode, long limit, boolean includeMergedRevisions, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type ISVNLogEntryHandler Modifier and Type Method Description private voidSVNClientImpl. logMessages(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy, boolean discoverPath, boolean includeMergeInfo, java.lang.String[] revisionProperties, long limit, ISVNLogEntryHandler logEntryHandler) -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNLogEntryHandler Modifier and Type Method Description voidSVNDiffClient. doGetLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcPath(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient. doGetLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcURL(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient. doGetLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcPath(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient. doGetLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcURL(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient. doGetLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions merged frommergeSrcPath(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient. doGetLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions merged frommergeSrcURL(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient. doGetLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions merged frommergeSrcPath(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient. doGetLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions merged frommergeSrcURL(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNLogClient. doLog(java.io.File[] paths, java.util.Collection<SVNRevisionRange> revisionRanges, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Invokeshandleron each log message from the givenrevisionRangesin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient. doLog(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.voidSVNLogClient. doLog(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient. doLog(java.io.File[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.voidSVNLogClient. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, java.util.Collection<SVNRevisionRange> revisionRanges, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Invokeshandleron each log message from the givenin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)Gets commit log messages with other revision specific information from a repository and passes them to a log entry handler for processing. -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.wc.admin
Fields in org.tmatesoft.svn.core.wc.admin declared as ISVNLogEntryHandler Modifier and Type Field Description private ISVNLogEntryHandlerSVNReplayHandler. myLogEntryHandlerprivate ISVNLogEntryHandlerSVNAdminClient. mySyncHandlerMethods in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNLogEntryHandler Modifier and Type Method Description voidSVNAdminClient. setReplayHandler(ISVNLogEntryHandler handler)Sets a replication handler that will receive a log entry object per each replayed revision.Constructors in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNLogEntryHandler Constructor Description SVNReplayHandler(SVNRepository targetRepository, boolean hasCommitRevPropsCapability, ISVNLogEntryHandler logEntryHandler, ISVNDebugLog debugLog, ISVNEventHandler canceller, SVNAdminClient adminClient)Creates a new replay handler. -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.wc.xml
Classes in org.tmatesoft.svn.core.wc.xml that implement ISVNLogEntryHandler Modifier and Type Class Description classSVNXMLLogHandlerThis log handler implementation writes xml formatted information about the log entries it's passed to a specified ContentHandler.
-