Package org.tmatesoft.svn.cli.svn
Class DefaultSVNCommandLineDiffGenerator
- java.lang.Object
-
- org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
- org.tmatesoft.svn.cli.svn.DefaultSVNCommandLineDiffGenerator
-
- All Implemented Interfaces:
ISVNDiffGenerator
public class DefaultSVNCommandLineDiffGenerator extends DefaultSVNDiffGenerator
- Version:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
myFile1
private java.io.File
myFile2
-
Fields inherited from class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
EMPTY_FILE_IS, HEADER_SEPARATOR, PROPERTIES_SEPARATOR, WC_REVISION_LABEL
-
-
Constructor Summary
Constructors Constructor Description DefaultSVNCommandLineDiffGenerator(java.io.File file1, java.io.File file2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
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, useLocalFileSeparatorChar
-
-
-
-
Method Detail
-
displayHeaderFields
protected void displayHeaderFields(java.io.OutputStream os, java.lang.String label1, java.lang.String label2) throws java.io.IOException
- Overrides:
displayHeaderFields
in classDefaultSVNDiffGenerator
- Throws:
java.io.IOException
-
displayHeader
protected boolean displayHeader(java.io.OutputStream os, java.lang.String path, boolean deleted) throws java.io.IOException
- Overrides:
displayHeader
in classDefaultSVNDiffGenerator
- Throws:
java.io.IOException
-
isHeaderForced
protected boolean isHeaderForced(java.io.File file1, java.io.File file2)
- Overrides:
isHeaderForced
in classDefaultSVNDiffGenerator
-
-