| Package | Description |
|---|---|
| org.opencms.workplace.comparison |
Utilities for comparing different versions of resources, used by both the classic workplace and the new Vaadin-based workplace.
|
| Modifier and Type | Field and Description |
|---|---|
static CmsDiffViewMode |
CmsDiffViewMode.ALL
Constant for viewing all lines.
|
static CmsDiffViewMode |
CmsDiffViewMode.DIFF_ONLY
Constant for viewing only the different lines.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<CmsDiffViewMode> |
CmsDiffViewMode.VALUES
List of mode constants.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsDiffViewMode |
CmsDiffViewMode.valueOf(java.lang.String value)
Parses an string into an element of this enumeration.
|