Uses of Interface
org.tmatesoft.svn.core.ISVNLogEntryHandler
Packages that use ISVNLogEntryHandler
Package
Description
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
This package provides API for administrative managing Subversion repositories on a local machine.
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 -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type ISVNLogEntryHandlerModifier and TypeMethodDescriptionprotected 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 ISVNLogEntryHandlerConstructors in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type ISVNLogEntryHandlerModifierConstructorDescriptionDAVLogHandler(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 ISVNLogEntryHandlerMethods in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNLogEntryHandlerModifier and TypeMethodDescriptionprivate 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 ISVNLogEntryHandlerModifierConstructorDescriptionFSLog(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 ISVNLogEntryHandlerModifier and TypeMethodDescriptionprotected 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 ISVNLogEntryHandlerModifier and TypeClassDescriptionprivate static classprivate classprivate classFields in org.tmatesoft.svn.core.internal.wc declared as ISVNLogEntryHandlerModifier and TypeFieldDescriptionprivate ISVNLogEntryHandlerSVNSynchronizeEditor.myHandler(package private) ISVNLogEntryHandlerSVNMergeDriver.LogHandlerFilter.myRealHandlerMethods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNLogEntryHandlerModifier and TypeMethodDescriptionvoidSVNMergeDriver.getLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Deprecated.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 ISVNLogEntryHandlerModifierConstructorDescriptionLogHandlerFilter(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 ISVNLogEntryHandlerModifier and TypeClassDescriptionprivate static final classMethods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNLogEntryHandlerModifier and TypeMethodDescriptionvoidSVNDiffClient16.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 ISVNLogEntryHandlerModifier and TypeMethodDescriptionvoidSVNLogClient17.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 ISVNLogEntryHandlerModifier and TypeMethodDescriptionstatic 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 ISVNLogEntryHandlerModifier and TypeClassDescriptionprivate static classprivate class -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.internal.wc2.old
Classes in org.tmatesoft.svn.core.internal.wc2.old that implement ISVNLogEntryHandler -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.internal.wc2.remote
Classes in org.tmatesoft.svn.core.internal.wc2.remote that implement ISVNLogEntryHandler -
Uses of ISVNLogEntryHandler in org.tmatesoft.svn.core.io
Classes in org.tmatesoft.svn.core.io that implement ISVNLogEntryHandlerModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static classMethods in org.tmatesoft.svn.core.io with parameters of type ISVNLogEntryHandlerModifier and TypeMethodDescriptionlongSVNRepository.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 ISVNLogEntryHandlerModifier and TypeMethodDescriptionprivate 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 ISVNLogEntryHandlerModifier and TypeMethodDescriptionvoidSVNDiffClient.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 ISVNLogEntryHandlerModifier and TypeFieldDescriptionprivate ISVNLogEntryHandlerSVNReplayHandler.myLogEntryHandlerprivate ISVNLogEntryHandlerSVNAdminClient.mySyncHandlerMethods in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNLogEntryHandlerModifier and TypeMethodDescriptionvoidSVNAdminClient.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 ISVNLogEntryHandlerModifierConstructorDescriptionSVNReplayHandler(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 ISVNLogEntryHandlerModifier and TypeClassDescriptionclassThis log handler implementation writes xml formatted information about the log entries it's passed to a specified ContentHandler.
SVNDiffClient.doGetLogEligibleMergeInfo(File, SVNRevision, File, SVNRevision, boolean, String[], ISVNLogEntryHandler)instead