OpenAPI 1.0

com.aquafold.openapi.compare
Interface AQResultDifferences


public interface AQResultDifferences

This interface represents results of result set comparison.


Method Summary
 void saveToHtml(String fileName)
          Generates an HTML file representing the differences.
 void setLabelLeft(String label)
          Sets the label for the left result.
 void setLabelRight(String label)
          Sets the label for the right result.
 

Method Detail

setLabelLeft

void setLabelLeft(String label)
Sets the label for the left result. If the result on the left side is an AQResultSet, a default label will be generated by the system.

Parameters:
label - the label for the left result

setLabelRight

void setLabelRight(String label)
Sets the label for the right result. If the result on the right side is an AQResultSet, a default label will be generated by the system.

Parameters:
label - the label for the right result

saveToHtml

void saveToHtml(String fileName)
                throws Exception
Generates an HTML file representing the differences.

Parameters:
fileName - output file name
Throws:
Exception

OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.