Package | Description |
---|---|
com.atlassian.confluence.diff | |
com.atlassian.confluence.diff.beans |
Modifier and Type | Method and Description |
---|---|
DiffType |
WordChunk.getType()
Deprecated.
|
DiffType |
LineChunk.getType()
Deprecated.
|
DiffType |
DiffChunk.getType()
Deprecated.
|
DiffType |
CharacterChunk.getType()
Deprecated.
|
DiffType |
ChangeChunk.getType()
Deprecated.
|
static DiffType |
DiffType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DiffType[] |
DiffType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeChunk.setType(DiffType type)
Deprecated.
|
Constructor and Description |
---|
ChangeChunk(DiffType type,
List<LineChunk> lines)
Deprecated.
|
CharacterChunk(DiffType type,
String text)
Deprecated.
|
LineChunk(DiffType type,
List<WordChunk> words)
Deprecated.
|
WordChunk(DiffType type,
List<CharacterChunk> characterChunks)
Deprecated.
|
WordChunk(DiffType type,
String word)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DiffType |
DiffChunkBean.getType()
Deprecated.
|
Copyright © 2003–2016 Atlassian. All rights reserved.