| Constructor and Description |
|---|
JMeldDiffView() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeDiff(String leftFile,
String rightFile,
boolean leftReadOnly,
boolean rightReadOnly)
Create an instance of JMeld to compare two files.
|
public void executeDiff(String leftFile, String rightFile, boolean leftReadOnly, boolean rightReadOnly) throws Exception
executeDiff in interface DiffViewleftFile - is the file on the left hand side of the comparisonrightFile - is the file on the right hand side of the comparisonleftReadOnly - true will make the left file read-only in the diff, false will allow edits to the filerightReadOnly - true will make the right file read-only in the diff, false will allow edits to the fileExceptionCopyright © 2015 sd-svn. All rights reserved.