public class SVNReporter17 extends java.lang.Object implements ISVNReporterBaton
Constructor and Description |
---|
SVNReporter17(java.io.File path,
SVNWCContext wcContext,
boolean restoreFiles,
boolean useDepthCompatibilityTrick,
SVNDepth depth,
boolean lockOnDemand,
boolean isStatus,
boolean isHonorDepthExclude,
boolean isUseCommitTimes,
ISVNDebugLog log) |
Modifier and Type | Method and Description |
---|---|
int |
getReportedFilesCount() |
int |
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.
|
static boolean |
restoreNode(SVNWCContext context,
java.io.File local_abspath,
ISVNWCDb.SVNWCDbKind kind,
long target_rev,
boolean useCommitTimes) |
public SVNReporter17(java.io.File path, SVNWCContext wcContext, boolean restoreFiles, boolean useDepthCompatibilityTrick, SVNDepth depth, boolean lockOnDemand, boolean isStatus, boolean isHonorDepthExclude, boolean isUseCommitTimes, ISVNDebugLog log)
public int getReportedFilesCount()
public int getTotalFilesCount()
public void report(ISVNReporter reporter) throws SVNException
ISVNReporterBaton
report
in interface ISVNReporterBaton
reporter
- a reporter passed to make reportsSVNException
public static boolean restoreNode(SVNWCContext context, java.io.File local_abspath, ISVNWCDb.SVNWCDbKind kind, long target_rev, boolean useCommitTimes) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.