@Deprecated public enum HtmlCharacterChunkRenderer extends Enum<HtmlCharacterChunkRenderer> implements DiffChunkRenderer<CharacterChunk>
Enum Constant and Description |
---|
INSTANCE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getFormattedText(CharacterChunk chunk)
Deprecated.
|
static HtmlCharacterChunkRenderer |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static HtmlCharacterChunkRenderer[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlCharacterChunkRenderer INSTANCE
public static HtmlCharacterChunkRenderer[] values()
for (HtmlCharacterChunkRenderer c : HtmlCharacterChunkRenderer.values()) System.out.println(c);
public static HtmlCharacterChunkRenderer valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getFormattedText(CharacterChunk chunk)
getFormattedText
in interface DiffChunkRenderer<CharacterChunk>
Copyright © 2003–2015 Atlassian. All rights reserved.