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
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)
-
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
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)
-
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.
-