public interface ICompareResult
Base Comparison result object
Modifier and Type | Method and Description |
---|---|
ChangeInfo[] |
getChanges() |
ComparisonChangesCategory[] |
getChangesCategories(int enumType) |
int |
getCountOfErrors() |
List<InputStream> |
getImages() |
InputStream |
getStream() |
void |
saveDocument(String path) |
void |
saveImages(String folderPath) |
void |
updateChanges(ChangeInfo[] changes) |
int getCountOfErrors()
void saveDocument(String path)
void saveImages(String folderPath)
InputStream getStream()
List<InputStream> getImages()
ChangeInfo[] getChanges()
ComparisonChangesCategory[] getChangesCategories(int enumType)
void updateChanges(ChangeInfo[] changes)
Copyright © 2018. All rights reserved.