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