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 TypeMethodDescriptionvoidDAVRepository.diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) private voidDAVRepository.runReport(SVNURL url, long targetRevision, java.lang.String target, java.lang.String dstPath, SVNDepth depth, boolean ignoreAncestry, boolean resourceWalk, boolean fetchContents, boolean sendCopyFromArgs, boolean sendAll, boolean closeEditorOnException, boolean spool, ISVNWorkingCopyContentMediator workingCopyContentMediator, ISVNReporterBaton reporter, ISVNEditor editor) voidDAVRepository.status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) voidDAVRepository.update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor) voidDAVRepository.update(SVNURL url, long revision, java.lang.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 java.lang.StringBufferDAVEditorHandler.generateEditorRequest(DAVConnection connection, java.lang.StringBuffer xmlBuffer, java.lang.String url, long targetRevision, java.lang.String target, java.lang.String dstPath, SVNDepth depth, java.util.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 TypeMethodDescriptionvoidFSRepository.diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) voidFSRepository.status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) voidFSRepository.update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor) voidFSRepository.update(SVNURL url, long revision, java.lang.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 TypeMethodDescriptionvoidSVNRepositoryImpl.diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) voidSVNRepositoryImpl.status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) voidSVNRepositoryImpl.update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor) voidSVNRepositoryImpl.update(SVNURL url, long revision, java.lang.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 TypeMethodDescriptionvoidSVNRepository.diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, boolean recursive, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) Deprecated.voidSVNRepository.diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) abstract voidSVNRepository.diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) Asks this repository access object to 'diff' a working copy againsttargetRevision.voidSVNRepository.diff(SVNURL url, long revision, java.lang.String target, boolean ignoreAncestry, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) voidSVNRepository.status(long revision, java.lang.String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) Gets status of a path.abstract voidSVNRepository.status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) Gets status of a path to the particulardepthas a scope.voidSVNRepository.update(long revision, java.lang.String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) Updates a path receiving changes from a repository.abstract voidSVNRepository.update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor) Updates a path receiving changes from a repository.voidSVNRepository.update(SVNURL url, long revision, java.lang.String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) Deprecated.abstract voidSVNRepository.update(SVNURL url, long revision, java.lang.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