Uses of Interface
org.tmatesoft.svn.core.io.ISVNReporter
-
Packages that use ISVNReporter Package Description org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc.admin org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.io 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 Modifier and Type Class Description class
FSRepository
class
FSTranslateReporter
-
Uses of ISVNReporter in org.tmatesoft.svn.core.internal.io.svn
Classes in org.tmatesoft.svn.core.internal.io.svn that implement ISVNReporter Modifier and Type Class Description class
SVNRepositoryImpl
-
Uses of ISVNReporter in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNReporter Modifier and Type Class Description class
SVNStatusReporter
Fields in org.tmatesoft.svn.core.internal.wc declared as ISVNReporter Modifier and Type Field Description private ISVNReporter
SVNStatusReporter. myReporter
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNReporter Modifier and Type Method Description void
SVNStatusReporter. report(ISVNReporter reporter)
-
Uses of ISVNReporter in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type ISVNReporter Modifier and Type Method Description void
SVNReporter. report(ISVNReporter reporter)
private void
SVNReporter. 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 ISVNReporter Modifier and Type Class Description class
SVNStatusReporter17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as ISVNReporter Modifier and Type Field Description private ISVNReporter
SVNStatusReporter17. reporter
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNReporter Modifier and Type Method Description void
SVNReporter17. report(ISVNReporter reporter)
void
SVNStatusReporter17. report(ISVNReporter reporter)
private void
SVNReporter17. 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 Modifier and Type Method Description void
SvnExternalFileReporter. report(ISVNReporter reporter)
-
Uses of ISVNReporter in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type ISVNReporter Modifier and Type Method Description void
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.
-