Class SVNReporter

    • Constructor Summary

      Constructors 
      Constructor Description
      SVNReporter​(SVNAdminAreaInfo info, java.io.File file, boolean restoreFiles, boolean useDepthCompatibilityTrick, SVNDepth depth, boolean lockOnDemand, boolean isStatus, boolean isHonorDepthExclude, ISVNDebugLog log)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SVNReporter

        public SVNReporter​(SVNAdminAreaInfo info,
                           java.io.File file,
                           boolean restoreFiles,
                           boolean useDepthCompatibilityTrick,
                           SVNDepth depth,
                           boolean lockOnDemand,
                           boolean isStatus,
                           boolean isHonorDepthExclude,
                           ISVNDebugLog log)
    • Method Detail

      • 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 interface ISVNReporterBaton
        Parameters:
        reporter - a reporter passed to make reports
        Throws:
        SVNException
      • getReportedFilesCount

        public long getReportedFilesCount()
      • getTotalFilesCount

        public long getTotalFilesCount()