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