public class XMLComparator
extends java.lang.Object
| Constructor and Description |
|---|
XMLComparator() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getLeftFile()
Return the left file.
|
ComparisonModel |
getModel()
Return the model which is the result of the comparison.
|
java.io.File |
getRightFile()
Return the right file.
|
void |
reload()
Reload the node rules.
|
void |
runCompare()
Run the comparison.
|
void |
setFiles(java.io.File leftFile,
java.io.File rightFile)
Set the files to compare.
|
void |
setFiles(java.net.URL leftURL,
java.net.URL rightURL)
Set the URLs to compare.
|
public void reload()
public void setFiles(java.net.URL leftURL,
java.net.URL rightURL)
leftURL - the left URLrightURL - the right URLpublic void setFiles(java.io.File leftFile,
java.io.File rightFile)
leftFile - the left filerightFile - the right filepublic java.io.File getLeftFile()
public java.io.File getRightFile()
public ComparisonModel getModel()
public void runCompare()
Copyright © 2024 HervĂ© Girod. All Rights Reserved. Documentation and source under the BSD licence