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 TypeMethodDescriptionvoidSVNReporter.report(ISVNReporter reporter) private voidSVNReporter.reportEntries(ISVNReporter reporter, SVNAdminArea adminArea, java.lang.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 TypeMethodDescriptionvoidSVNReporter17.report(ISVNReporter reporter) voidSVNStatusReporter17.report(ISVNReporter reporter) private voidSVNReporter17.reportRevisionsAndDepths(SVNWCDbRoot root, java.io.File dirPath, java.io.File dirLocalRelPath, java.io.File reportRelPath, long dirRev, java.io.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 TypeMethodDescriptionvoidISVNReporterBaton.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.