Class ScanningResult


  • public class ScanningResult
    extends java.lang.Object
    A scanning result holds result of repository scan
    • Field Detail

      • totalFiles

        private int totalFiles
      • deletedFiles

        private int deletedFiles
      • exceptions

        private java.util.List<java.lang.Exception> exceptions
    • Constructor Detail

    • Method Detail

      • setTotalFiles

        public void setTotalFiles​(int totalFiles)
      • setDeletedFiles

        public void setDeletedFiles​(int deletedFiles)
      • getTotalFiles

        public int getTotalFiles()
      • getDeletedFiles

        public int getDeletedFiles()
      • addException

        public void addException​(java.lang.Exception e)
      • hasExceptions

        public boolean hasExceptions()
      • getExceptions

        public java.util.List<java.lang.Exception> getExceptions()