public class SvnExternalFileReporter extends java.lang.Object implements ISVNReporterBaton
Modifier and Type | Field and Description |
---|---|
private SVNWCContext |
context |
private java.io.File |
localAbsPath |
private boolean |
restoreFiles |
private boolean |
useCommitTimes |
Constructor and Description |
---|
SvnExternalFileReporter(SVNWCContext context,
java.io.File localAbsPath,
boolean restoreFiles,
boolean useCommitTimes) |
Modifier and Type | Method and 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.
|
private SVNWCContext context
private java.io.File localAbsPath
private boolean restoreFiles
private boolean useCommitTimes
public SvnExternalFileReporter(SVNWCContext context, java.io.File localAbsPath, boolean restoreFiles, boolean useCommitTimes)
public void report(ISVNReporter reporter) throws SVNException
ISVNReporterBaton
report
in interface ISVNReporterBaton
reporter
- a reporter passed to make reportsSVNException