public interface AQResultDifferences
Modifier and Type | Method and Description |
---|---|
void |
saveToHtml(java.lang.String fileName)
Generates an HTML file representing the differences.
|
void |
setLabelLeft(java.lang.String label)
Sets the label for the left result.
|
void |
setLabelRight(java.lang.String label)
Sets the label for the right result.
|
void setLabelLeft(java.lang.String label)
AQResultSet
, a default label will be generated by the system.label
- the label for the left resultvoid setLabelRight(java.lang.String label)
AQResultSet
, a default label will be generated by the system.label
- the label for the right resultvoid saveToHtml(java.lang.String fileName) throws java.lang.Exception
fileName
- output file namejava.lang.Exception
- on error
Copyright © 2017 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.