Class ComparisonService.ComparisonError

    • Field Detail

      • message

        protected String message
      • expectedPage

        protected File expectedPage
      • bestMatchPage

        protected File bestMatchPage
      • bestMatchDiff

        protected File bestMatchDiff
    • Constructor Detail

      • ComparisonError

        public ComparisonError​(String message)
    • Method Detail

      • getMasks

        public List<Mask> getMasks()
      • getExpectedPage

        public File getExpectedPage()
      • getBestMatchPage

        public File getBestMatchPage()
      • getBestMatchDiff

        public File getBestMatchDiff()
      • getMessage

        public String getMessage()