Class SVNReporter17

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.SVNReporter17
All Implemented Interfaces:
ISVNReporterBaton

public class SVNReporter17 extends Object implements ISVNReporterBaton
Version:
1.3
  • Field Details

    • path

      private final File path
    • wcContext

      private SVNWCContext wcContext
    • depth

      private SVNDepth depth
    • isRestoreFiles

      private final boolean isRestoreFiles
    • isUseDepthCompatibilityTrick

      private final boolean isUseDepthCompatibilityTrick
    • isHonorDepthExclude

      private final boolean isHonorDepthExclude
    • isUseCommitTimes

      private boolean isUseCommitTimes
    • reportedFilesCount

      private int reportedFilesCount
    • totalFilesCount

      private int totalFilesCount
  • Constructor Details

    • SVNReporter17

      public SVNReporter17(File path, SVNWCContext wcContext, boolean restoreFiles, boolean useDepthCompatibilityTrick, SVNDepth depth, boolean lockOnDemand, boolean isStatus, boolean isHonorDepthExclude, boolean isUseCommitTimes, ISVNDebugLog log)
  • Method Details