Uses of Interface
org.tmatesoft.svn.core.io.ISVNReporterBaton
Packages that use ISVNReporterBaton
Package
Description
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
-
Uses of ISVNReporterBaton in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type ISVNReporterBatonModifier and TypeMethodDescriptionvoid
DAVRepository.diff
(SVNURL url, long targetRevision, long revision, String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) private void
DAVRepository.runReport
(SVNURL url, long targetRevision, String target, String dstPath, SVNDepth depth, boolean ignoreAncestry, boolean resourceWalk, boolean fetchContents, boolean sendCopyFromArgs, boolean sendAll, boolean closeEditorOnException, boolean spool, ISVNWorkingCopyContentMediator workingCopyContentMediator, ISVNReporterBaton reporter, ISVNEditor editor) void
DAVRepository.status
(long revision, String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) void
DAVRepository.update
(long revision, String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor) void
DAVRepository.update
(SVNURL url, long revision, String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) -
Uses of ISVNReporterBaton in org.tmatesoft.svn.core.internal.io.dav.handlers
Methods in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type ISVNReporterBatonModifier and TypeMethodDescriptionstatic StringBuffer
DAVEditorHandler.generateEditorRequest
(DAVConnection connection, StringBuffer xmlBuffer, String url, long targetRevision, String target, String dstPath, SVNDepth depth, Map lockTokens, boolean ignoreAncestry, boolean resourceWalk, boolean fetchContents, boolean sendCopyFromArgs, boolean sendAll, ISVNReporterBaton reporterBaton) -
Uses of ISVNReporterBaton in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNReporterBatonModifier and TypeMethodDescriptionvoid
FSRepository.diff
(SVNURL url, long targetRevision, long revision, String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) void
FSRepository.status
(long revision, String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) void
FSRepository.update
(long revision, String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor) void
FSRepository.update
(SVNURL url, long revision, String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) -
Uses of ISVNReporterBaton in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNReporterBatonModifier and TypeMethodDescriptionvoid
SVNRepositoryImpl.diff
(SVNURL url, long targetRevision, long revision, String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) void
SVNRepositoryImpl.status
(long revision, String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) void
SVNRepositoryImpl.update
(long revision, String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor) void
SVNRepositoryImpl.update
(SVNURL url, long revision, String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) -
Uses of ISVNReporterBaton in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNReporterBatonFields in org.tmatesoft.svn.core.internal.wc declared as ISVNReporterBatonConstructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNReporterBatonModifierConstructorDescriptionSVNStatusReporter
(SVNRepository repos, ISVNReporterBaton baton, SVNStatusEditor editor) -
Uses of ISVNReporterBaton in org.tmatesoft.svn.core.internal.wc.admin
Classes in org.tmatesoft.svn.core.internal.wc.admin that implement ISVNReporterBaton -
Uses of ISVNReporterBaton in org.tmatesoft.svn.core.internal.wc17
Classes in org.tmatesoft.svn.core.internal.wc17 that implement ISVNReporterBaton -
Uses of ISVNReporterBaton in org.tmatesoft.svn.core.internal.wc17.db
Classes in org.tmatesoft.svn.core.internal.wc17.db that implement ISVNReporterBaton -
Uses of ISVNReporterBaton in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type ISVNReporterBatonModifier and TypeMethodDescriptionvoid
SVNRepository.diff
(SVNURL url, long targetRevision, long revision, String target, boolean ignoreAncestry, boolean recursive, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) Deprecated.void
SVNRepository.diff
(SVNURL url, long targetRevision, long revision, String target, boolean ignoreAncestry, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) abstract void
SVNRepository.diff
(SVNURL url, long targetRevision, long revision, String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) Asks this repository access object to 'diff' a working copy againsttargetRevision
.void
SVNRepository.diff
(SVNURL url, long revision, String target, boolean ignoreAncestry, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) void
SVNRepository.status
(long revision, String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) Gets status of a path.abstract void
SVNRepository.status
(long revision, String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) Gets status of a path to the particulardepth
as a scope.void
SVNRepository.update
(long revision, String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) Updates a path receiving changes from a repository.abstract void
SVNRepository.update
(long revision, String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor) Updates a path receiving changes from a repository.void
SVNRepository.update
(SVNURL url, long revision, String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) Deprecated.abstract void
SVNRepository.update
(SVNURL url, long revision, String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) Asks this repository access object to 'switch' a versioned tree to a newurl
.
SVNRepository.diff(SVNURL, long, long, String, boolean, SVNDepth, boolean, ISVNReporterBaton, ISVNEditor)
instead