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 classFSRepositoryclassFSTranslateReporter -
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 classSVNRepositoryImpl -
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 classSVNStatusReporterFields in org.tmatesoft.svn.core.internal.wc declared as ISVNReporter Modifier and Type Field Description private ISVNReporterSVNStatusReporter. myReporterMethods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNReporter Modifier and Type Method Description voidSVNStatusReporter. 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 voidSVNReporter. 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 ISVNReporter Modifier and Type Class Description classSVNStatusReporter17Fields in org.tmatesoft.svn.core.internal.wc17 declared as ISVNReporter Modifier and Type Field Description private ISVNReporterSVNStatusReporter17. reporterMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNReporter Modifier and Type Method Description voidSVNReporter17. 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 Modifier and Type Method Description voidSvnExternalFileReporter. 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 voidISVNReporterBaton. 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.
-