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