Class SVNReporter

java.lang.Object
org.tmatesoft.svn.core.internal.wc.admin.SVNReporter
All Implemented Interfaces:
ISVNReporterBaton

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

    • myInfo

      private SVNAdminAreaInfo myInfo
    • myDepth

      private SVNDepth myDepth
    • myIsRestore

      private boolean myIsRestore
    • myUseDepthCompatibilityTrick

      private boolean myUseDepthCompatibilityTrick
    • myIsStatus

      private boolean myIsStatus
    • myIsHonorDepthExclude

      private boolean myIsHonorDepthExclude
    • myTarget

      private File myTarget
    • myLog

      private ISVNDebugLog myLog
    • myIsLockOnDemand

      private boolean myIsLockOnDemand
    • myTotalFilesCount

      private long myTotalFilesCount
    • myReportedFilesCount

      private long myReportedFilesCount
  • Constructor Details

    • SVNReporter

      public SVNReporter(SVNAdminAreaInfo info, File file, boolean restoreFiles, boolean useDepthCompatibilityTrick, SVNDepth depth, boolean lockOnDemand, boolean isStatus, boolean isHonorDepthExclude, ISVNDebugLog log)
  • Method Details