Differ
@Deprecated public class LineLevelDiffer extends Object
Constructor and Description |
---|
LineLevelDiffer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static List<ChangeChunk> |
diff(String[] originalContent,
String[] revisedContent,
int linesOfContext)
Deprecated.
|
static List<ChangeChunk> |
diff(String[] originalContent,
String[] revisedContent,
int linesContext,
boolean ignoreWhiteSpace)
Deprecated.
Diff lines of text, showing all context.
|
static List<ChangeChunk> |
diff(String origContent,
String revdContent)
Deprecated.
|
static List<ChangeChunk> |
diff(String origContent,
String revdContent,
boolean ignoreWhiteSpace)
Deprecated.
|
static List<ChangeChunk> |
diff(String origContent,
String revdContent,
int linesContext,
boolean ignoreWhiteSpace)
Deprecated.
|
static List<ChangeChunk> |
diffLines(String[] origLines,
String[] revdLines,
int linesOfContext)
Deprecated.
|
public static List<ChangeChunk> diff(String[] originalContent, String[] revisedContent, int linesContext, boolean ignoreWhiteSpace) throws org.apache.commons.jrcs.diff.DifferentiationFailedException
ignoreWhiteSpace
- Do not show added/removed spaces and newlines as changes.org.apache.commons.jrcs.diff.DifferentiationFailedException
public static List<ChangeChunk> diffLines(String[] origLines, String[] revdLines, int linesOfContext) throws org.apache.commons.jrcs.diff.DifferentiationFailedException
org.apache.commons.jrcs.diff.DifferentiationFailedException
public static List<ChangeChunk> diff(String origContent, String revdContent) throws org.apache.commons.jrcs.diff.DifferentiationFailedException
org.apache.commons.jrcs.diff.DifferentiationFailedException
public static List<ChangeChunk> diff(String[] originalContent, String[] revisedContent, int linesOfContext) throws org.apache.commons.jrcs.diff.DifferentiationFailedException
org.apache.commons.jrcs.diff.DifferentiationFailedException
public static List<ChangeChunk> diff(String origContent, String revdContent, boolean ignoreWhiteSpace) throws org.apache.commons.jrcs.diff.DifferentiationFailedException
org.apache.commons.jrcs.diff.DifferentiationFailedException
public static List<ChangeChunk> diff(String origContent, String revdContent, int linesContext, boolean ignoreWhiteSpace) throws org.apache.commons.jrcs.diff.DifferentiationFailedException
org.apache.commons.jrcs.diff.DifferentiationFailedException
Copyright © 2003–2016 Atlassian. All rights reserved.
View cookie preferences