|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DiffType | |
|---|---|
| com.atlassian.diff | |
| Uses of DiffType in com.atlassian.diff |
|---|
| Methods in com.atlassian.diff that return DiffType | |
|---|---|
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. |
| Constructors in com.atlassian.diff with parameters of type DiffType | |
|---|---|
CharacterChunk(DiffType type,
String text)
|
|
WordChunk(DiffType type,
List<CharacterChunk> characterChunks)
|
|
WordChunk(DiffType type,
String text)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||