Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.internal.wc2.patch |
Modifier and Type | Method and Description |
---|---|
static SvnDiffCallback.OperationKind |
SvnDiffCallback.OperationKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SvnDiffCallback.OperationKind[] |
SvnDiffCallback.OperationKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SvnDiffGenerator.displayContentChanged(SvnTarget target,
File leftFile,
File rightFile,
String revision1,
String revision2,
String mimeType1,
String mimeType2,
SvnDiffCallback.OperationKind operation,
File copyFromPath,
SVNProperties originalProperties,
SVNProperties propChanges,
OutputStream outputStream) |
void |
SvnOldDiffGenerator.displayContentChanged(SvnTarget displayPath,
File leftFile,
File rightFile,
String revision1,
String revision2,
String mimeType1,
String mimeType2,
SvnDiffCallback.OperationKind operation,
File copyFromPath,
SVNProperties originalProperties,
SVNProperties propChanges,
OutputStream outputStream) |
void |
ISvnDiffGenerator.displayContentChanged(SvnTarget target,
File leftFile,
File rightFile,
String revision1,
String revision2,
String mimeType1,
String mimeType2,
SvnDiffCallback.OperationKind operation,
File copyFromPath,
SVNProperties originalProperties,
SVNProperties propChanges,
OutputStream outputStream) |
protected boolean |
SvnDiffGenerator.displayHeader(OutputStream os,
String path,
boolean deleted,
boolean added,
SvnDiffCallback.OperationKind operation) |
Modifier and Type | Method and Description |
---|---|
SvnDiffCallback.OperationKind |
SvnPropertiesPatch.getOperation() |
SvnDiffCallback.OperationKind |
SvnPatch.getOperation() |
SvnDiffCallback.OperationKind |
SvnPropertiesPatchTarget.getOperation() |
Modifier and Type | Method and Description |
---|---|
static SvnPropertiesPatchTarget |
SvnPropertiesPatchTarget.initPropTarget(String propName,
SvnDiffCallback.OperationKind operation,
SVNWCContext context,
File absPath) |
SvnDiffHunk |
SvnPatch.parseNextHunk(boolean[] isProperty,
String[] propName,
SvnDiffCallback.OperationKind[] propOperation,
SVNPatchFileStream patchStream,
boolean ignoreWhitespace) |
void |
SvnPatch.setOperation(SvnDiffCallback.OperationKind operation) |
void |
SvnPropertiesPatchTarget.setOperation(SvnDiffCallback.OperationKind operation) |
Constructor and Description |
---|
SvnPropertiesPatch(String name,
List<SvnDiffHunk> hunks,
SvnDiffCallback.OperationKind operation) |
Copyright © 2022. All rights reserved.