Package | Description |
---|---|
com.atlassian.confluence.diff | |
com.atlassian.confluence.diff.renderer |
Modifier and Type | Method and Description |
---|---|
static List<ChangeChunk> |
LineLevelDiffer.diff(String[] originalContent,
String[] revisedContent,
int linesOfContext)
Deprecated.
|
static List<ChangeChunk> |
LineLevelDiffer.diff(String[] originalContent,
String[] revisedContent,
int linesContext,
boolean ignoreWhiteSpace)
Deprecated.
Diff lines of text, showing all context.
|
static List<ChangeChunk> |
LineLevelDiffer.diff(String origContent,
String revdContent)
Deprecated.
|
static List<ChangeChunk> |
LineLevelDiffer.diff(String origContent,
String revdContent,
boolean ignoreWhiteSpace)
Deprecated.
|
static List<ChangeChunk> |
LineLevelDiffer.diff(String origContent,
String revdContent,
int linesContext,
boolean ignoreWhiteSpace)
Deprecated.
|
static List<ChangeChunk> |
LineLevelDiffer.diffLines(String[] origLines,
String[] revdLines,
int linesOfContext)
Deprecated.
|
List<ChangeChunk> |
ConfluenceDiff.getChunks()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
StaticHtmlChangeChunkRenderer.getFormattedText(ChangeChunk chunk)
Deprecated.
|
String |
HtmlChangeChunkRenderer.getFormattedText(ChangeChunk chunk)
Deprecated.
|
Copyright © 2003–2016 Atlassian. All rights reserved.