public class SVNReporter extends java.lang.Object implements ISVNReporterBaton
| Constructor and Description |
|---|
SVNReporter(SVNAdminAreaInfo info,
java.io.File file,
boolean restoreFiles,
boolean useDepthCompatibilityTrick,
SVNDepth depth,
boolean lockOnDemand,
boolean isStatus,
boolean isHonorDepthExclude,
ISVNDebugLog log) |
| Modifier and Type | Method and Description |
|---|---|
long |
getReportedFilesCount() |
long |
getTotalFilesCount() |
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.
|
public SVNReporter(SVNAdminAreaInfo info, java.io.File file, boolean restoreFiles, boolean useDepthCompatibilityTrick, SVNDepth depth, boolean lockOnDemand, boolean isStatus, boolean isHonorDepthExclude, ISVNDebugLog log)
public void report(ISVNReporter reporter) throws SVNException
ISVNReporterBatonreport in interface ISVNReporterBatonreporter - a reporter passed to make reportsSVNExceptionpublic long getReportedFilesCount()
public long getTotalFilesCount()
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.