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
- Version:
- 1.3
-
Field Summary
FieldsFields inherited from class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
EMPTY_FILE_IS, HEADER_SEPARATOR, PROPERTIES_SEPARATOR, WC_REVISION_LABEL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleandisplayHeader(java.io.OutputStream os, java.lang.String path, boolean deleted) protected voiddisplayHeaderFields(java.io.OutputStream os, java.lang.String label1, java.lang.String label2) protected booleanisHeaderForced(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, useLocalFileSeparatorCharMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myFile1
private java.io.File myFile1 -
myFile2
private java.io.File myFile2
-
-
Constructor Details
-
DefaultSVNCommandLineDiffGenerator
public DefaultSVNCommandLineDiffGenerator(java.io.File file1, java.io.File file2)
-
-
Method Details
-
displayHeaderFields
protected void displayHeaderFields(java.io.OutputStream os, java.lang.String label1, java.lang.String label2) throws java.io.IOException - Overrides:
displayHeaderFieldsin classDefaultSVNDiffGenerator- Throws:
java.io.IOException
-
displayHeader
protected boolean displayHeader(java.io.OutputStream os, java.lang.String path, boolean deleted) throws java.io.IOException - Overrides:
displayHeaderin classDefaultSVNDiffGenerator- Throws:
java.io.IOException
-
isHeaderForced
protected boolean isHeaderForced(java.io.File file1, java.io.File file2) - Overrides:
isHeaderForcedin classDefaultSVNDiffGenerator
-