Class SVNReporter17
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNReporter17
-
- All Implemented Interfaces:
ISVNReporterBaton
public class SVNReporter17 extends java.lang.Object implements ISVNReporterBaton
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNReporter17(java.io.File path, SVNWCContext wcContext, boolean restoreFiles, boolean useDepthCompatibilityTrick, SVNDepth depth, boolean lockOnDemand, boolean isStatus, boolean isHonorDepthExclude, boolean isUseCommitTimes, ISVNDebugLog log)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
SVNReporter17
public SVNReporter17(java.io.File path, SVNWCContext wcContext, boolean restoreFiles, boolean useDepthCompatibilityTrick, SVNDepth depth, boolean lockOnDemand, boolean isStatus, boolean isHonorDepthExclude, boolean isUseCommitTimes, ISVNDebugLog log)
-
-
Method Detail
-
getReportedFilesCount
public int getReportedFilesCount()
-
getTotalFilesCount
public int getTotalFilesCount()
-
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
-
restoreNode
public static boolean restoreNode(SVNWCContext context, java.io.File local_abspath, ISVNWCDb.SVNWCDbKind kind, long target_rev, boolean useCommitTimes) throws SVNException
- Throws:
SVNException
-
-