Class ComparisonService


  • public class ComparisonService
    extends java.lang.Object
    The main service responsible for the comparison of 2 documents
    • Constructor Detail

      • ComparisonService

        public ComparisonService​(java.io.File serviceWorkingDir,
                                 ComparisonContext context)
    • Method Detail

      • assertFileExistAndIsReadable

        public void assertFileExistAndIsReadable​(java.io.File actualFile)
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • isPageNumberInRange

        public boolean isPageNumberInRange​(java.lang.String pages,
                                           int pageNum)