Class SvnExternalFileReporter
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SvnExternalFileReporter
-
- All Implemented Interfaces:
ISVNReporterBaton
public class SvnExternalFileReporter extends java.lang.Object implements ISVNReporterBaton
-
-
Constructor Summary
Constructors Constructor Description SvnExternalFileReporter(SVNWCContext context, java.io.File localAbsPath, boolean restoreFiles, boolean useCommitTimes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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.
-
-
-
Constructor Detail
-
SvnExternalFileReporter
public SvnExternalFileReporter(SVNWCContext context, java.io.File localAbsPath, boolean restoreFiles, boolean useCommitTimes)
-
-
Method Detail
-
report
public void report(ISVNReporter reporter) throws SVNException
Description copied from interface:ISVNReporterBaton
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.- Specified by:
report
in interfaceISVNReporterBaton
- Parameters:
reporter
- a reporter passed to make reports- Throws:
SVNException
-
-