|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use I_TextDiffConfiguration | |
|---|---|
| com.alkacon.diff | |
| Uses of I_TextDiffConfiguration in com.alkacon.diff |
|---|
| Classes in com.alkacon.diff that implement I_TextDiffConfiguration | |
|---|---|
class |
TextDiffConfiguration
Default Text Diff operation configuration class. |
| Methods in com.alkacon.diff with parameters of type I_TextDiffConfiguration | |
|---|---|
static java.lang.String |
Diff.diffAsText(java.lang.String text1,
java.lang.String text2,
I_TextDiffConfiguration config)
Returns the diff of the given two input texts in plain text format. |
static void |
Diff.diffAsText(java.lang.String text1,
java.lang.String text2,
java.io.Writer writer,
I_TextDiffConfiguration config)
Diffs two texts, outputting the result as plain text to the specified writer instance. |
| Constructors in com.alkacon.diff with parameters of type I_TextDiffConfiguration | |
|---|---|
TextDiffOutput(java.io.Writer writer,
I_TextDiffConfiguration config)
Creates a new text based diff output. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||