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(OutputStream os, String path, boolean deleted) protected voiddisplayHeaderFields(OutputStream os, String label1, String label2) protected booleanisHeaderForced(File file1, 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
-
Field Details
-
myFile1
-
myFile2
-
-
Constructor Details
-
DefaultSVNCommandLineDiffGenerator
-
-
Method Details
-
displayHeaderFields
protected void displayHeaderFields(OutputStream os, String label1, String label2) throws IOException - Overrides:
displayHeaderFieldsin classDefaultSVNDiffGenerator- Throws:
IOException
-
displayHeader
- Overrides:
displayHeaderin classDefaultSVNDiffGenerator- Throws:
IOException
-
isHeaderForced
- Overrides:
isHeaderForcedin classDefaultSVNDiffGenerator
-