Package | Description |
---|---|
com.atlassian.diff |
Modifier and Type | Method and Description |
---|---|
DiffType |
WordChunk.getType() |
DiffType |
DiffChunk.getType() |
DiffType |
CharacterChunk.getType() |
static DiffType |
DiffType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffType[] |
DiffType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CharacterChunk(DiffType type,
String text) |
WordChunk(DiffType type,
List<CharacterChunk> characterChunks) |
WordChunk(DiffType type,
String text) |
Copyright © 2002-2016 Atlassian. All Rights Reserved.