Uses of Interface
org.tmatesoft.svn.core.io.ISVNReporter
Packages that use ISVNReporter
Package
Description
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
-
Uses of ISVNReporter in org.tmatesoft.svn.core.internal.io.fs
Classes in org.tmatesoft.svn.core.internal.io.fs that implement ISVNReporter -
Uses of ISVNReporter in org.tmatesoft.svn.core.internal.io.svn
Classes in org.tmatesoft.svn.core.internal.io.svn that implement ISVNReporter -
Uses of ISVNReporter in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNReporterFields in org.tmatesoft.svn.core.internal.wc declared as ISVNReporterMethods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNReporter -
Uses of ISVNReporter in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type ISVNReporterModifier and TypeMethodDescriptionvoid
SVNReporter.report
(ISVNReporter reporter) private void
SVNReporter.reportEntries
(ISVNReporter reporter, SVNAdminArea adminArea, String dirPath, long dirRevision, boolean reportAll, SVNDepth depth) -
Uses of ISVNReporter in org.tmatesoft.svn.core.internal.wc17
Classes in org.tmatesoft.svn.core.internal.wc17 that implement ISVNReporterFields in org.tmatesoft.svn.core.internal.wc17 declared as ISVNReporterMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNReporterModifier and TypeMethodDescriptionvoid
SVNReporter17.report
(ISVNReporter reporter) void
SVNStatusReporter17.report
(ISVNReporter reporter) private void
SVNReporter17.reportRevisionsAndDepths
(SVNWCDbRoot root, File dirPath, File dirLocalRelPath, File reportRelPath, long dirRev, File dirReposRelPath, SVNURL dirReposRoot, SVNDepth dirDepth, ISVNReporter reporter, boolean restoreFiles, SVNDepth depth, boolean reportEverything) -
Uses of ISVNReporter in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type ISVNReporter -
Uses of ISVNReporter in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type ISVNReporterModifier and TypeMethodDescriptionvoid
ISVNReporterBaton.report
(ISVNReporter reporter) Makes a report describing the state of local items in order to get the differences between the local items and what actually is in a repository.