@Deprecated public enum HtmlWordChunkRenderer extends Enum<HtmlWordChunkRenderer> implements DiffChunkRenderer<WordChunk>
| Enum Constant and Description |
|---|
INSTANCE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFormattedText(WordChunk chunk)
Deprecated.
|
static HtmlWordChunkRenderer |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static HtmlWordChunkRenderer[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlWordChunkRenderer INSTANCE
public static HtmlWordChunkRenderer[] values()
for (HtmlWordChunkRenderer c : HtmlWordChunkRenderer.values()) System.out.println(c);
public static HtmlWordChunkRenderer 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(WordChunk chunk)
getFormattedText in interface DiffChunkRenderer<WordChunk>Copyright © 2003–2018 Atlassian. All rights reserved.