|
OpenAPI 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AQCompareFactory
An object implementing this interface is available in aquascripts via aqua.compare alias.
Method Summary | |
---|---|
AQDifferences |
compare(String a,
String b)
This method compares text strings on line-per-line basis. |
AQComparator |
newComparator()
Creates a new text comparator object. |
AQFileComparator |
newFileComparator()
Creates a new file comparator object. |
AQSchemaComparator |
newSchemaComparator()
Creates a new schema comparator object. |
Method Detail |
---|
AQComparator newComparator()
AQDifferences compare(String a, String b) throws Exception
AQComparator
.
a
- First string to compare.b
- Second string to compare.
Exception
AQSchemaComparator newSchemaComparator()
AQFileComparator newFileComparator()
|
OpenAPI 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |