Class SvnExternalFileReporter
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SvnExternalFileReporter
- All Implemented Interfaces:
ISVNReporterBaton
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SVNWCContextprivate java.io.Fileprivate booleanprivate boolean -
Constructor Summary
ConstructorsConstructorDescriptionSvnExternalFileReporter(SVNWCContext context, java.io.File localAbsPath, boolean restoreFiles, boolean useCommitTimes) -
Method Summary
Modifier and TypeMethodDescriptionvoidreport(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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
context
-
localAbsPath
private java.io.File localAbsPath -
restoreFiles
private boolean restoreFiles -
useCommitTimes
private boolean useCommitTimes
-
-
Constructor Details
-
SvnExternalFileReporter
public SvnExternalFileReporter(SVNWCContext context, java.io.File localAbsPath, boolean restoreFiles, boolean useCommitTimes)
-
-
Method Details
-
report
Description copied from interface:ISVNReporterBatonMakes 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:
reportin interfaceISVNReporterBaton- Parameters:
reporter- a reporter passed to make reports- Throws:
SVNException
-