Class ComparisonService.ComparisonError
- java.lang.Object
-
- step.plugins.pdftest.services.comparison.ComparisonService.ComparisonError
-
- Enclosing class:
- ComparisonService
public static class ComparisonService.ComparisonError extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.io.File
bestMatchDiff
protected java.io.File
bestMatchPage
protected java.io.File
expectedPage
protected java.util.List<Mask>
masks
protected java.lang.String
message
-
Constructor Summary
Constructors Constructor Description ComparisonError(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
getBestMatchDiff()
java.io.File
getBestMatchPage()
java.io.File
getExpectedPage()
java.util.List<Mask>
getMasks()
java.lang.String
getMessage()
-
-
-
Field Detail
-
message
protected java.lang.String message
-
masks
protected java.util.List<Mask> masks
-
expectedPage
protected java.io.File expectedPage
-
bestMatchPage
protected java.io.File bestMatchPage
-
bestMatchDiff
protected java.io.File bestMatchDiff
-
-
Method Detail
-
getMasks
public java.util.List<Mask> getMasks()
-
getExpectedPage
public java.io.File getExpectedPage()
-
getBestMatchPage
public java.io.File getBestMatchPage()
-
getBestMatchDiff
public java.io.File getBestMatchDiff()
-
getMessage
public java.lang.String getMessage()
-
-