public final enum

DiffType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.confluence.diff.DiffType

Class Overview

Holds all the different types of diffs and the styles applied to them This need to be available because some email clients don't support adding style classes to emails.

Summary

Enum Values
DiffType  ADDED_CHARACTERS   
DiffType  ADDED_LINES   
DiffType  ADDED_WORDS   
DiffType  CHANGED_LINES   
DiffType  CHANGED_WORDS   
DiffType  DELETED_CHARACTERS   
DiffType  DELETED_LINES   
DiffType  DELETED_WORDS   
DiffType  SNIPPED_LINES   
DiffType  UNCHANGED   
Public Methods
String getClassName()
String getStyle()
boolean isChangedLineType()
static DiffType valueOf(String name)
final static DiffType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DiffType ADDED_CHARACTERS

public static final DiffType ADDED_LINES

public static final DiffType ADDED_WORDS

public static final DiffType CHANGED_LINES

public static final DiffType CHANGED_WORDS

public static final DiffType DELETED_CHARACTERS

public static final DiffType DELETED_LINES

public static final DiffType DELETED_WORDS

public static final DiffType SNIPPED_LINES

public static final DiffType UNCHANGED

Public Methods

public String getClassName ()

public String getStyle ()

public boolean isChangedLineType ()

public static DiffType valueOf (String name)

public static final DiffType[] values ()