public class DefaultSVNCommandLineDiffGenerator extends DefaultSVNDiffGenerator
| Modifier and Type | Field and Description |
|---|---|
private java.io.File |
myFile1 |
private java.io.File |
myFile2 |
EMPTY_FILE_IS, HEADER_SEPARATOR, PROPERTIES_SEPARATOR, WC_REVISION_LABEL| Constructor and Description |
|---|
DefaultSVNCommandLineDiffGenerator(java.io.File file1,
java.io.File file2) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
displayHeader(java.io.OutputStream os,
java.lang.String path,
boolean deleted) |
protected void |
displayHeaderFields(java.io.OutputStream os,
java.lang.String label1,
java.lang.String label2) |
protected boolean |
isHeaderForced(java.io.File file1,
java.io.File file2) |
createTempDirectory, displayAddedDirectory, displayBinary, displayDeletedDirectory, displayFileDiff, displayPropDiff, getBasePath, getDiffOptions, getDisplayPath, getEncoding, getEOL, getExternalDiffCommand, getGlobalEncoding, getLabel, getOptions, hasEncoding, hasEOL, init, isDiffAdded, isDiffCopied, isDiffDeleted, isDiffUnversioned, isForcedBinaryDiff, setBasePath, setDiffAdded, setDiffCopied, setDiffDeleted, setDiffOptions, setDiffUnversioned, setEncoding, setEOL, setExternalDiffCommand, setFallbackToAbsolutePath, setForcedBinaryDiff, setOptions, setRawDiffOptions, useLocalFileSeparatorCharpublic DefaultSVNCommandLineDiffGenerator(java.io.File file1,
java.io.File file2)
protected void displayHeaderFields(java.io.OutputStream os,
java.lang.String label1,
java.lang.String label2)
throws java.io.IOException
displayHeaderFields in class DefaultSVNDiffGeneratorjava.io.IOExceptionprotected boolean displayHeader(java.io.OutputStream os,
java.lang.String path,
boolean deleted)
throws java.io.IOException
displayHeader in class DefaultSVNDiffGeneratorjava.io.IOExceptionprotected boolean isHeaderForced(java.io.File file1,
java.io.File file2)
isHeaderForced in class DefaultSVNDiffGenerator