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