| Package | Description |
|---|---|
| org.opensolaris.opengrok.web |
| Modifier and Type | Field and Description |
|---|---|
DiffType |
DiffData.type
How should the data be displayed (request parameter
format |
| Modifier and Type | Method and Description |
|---|---|
static DiffType |
DiffType.get(char c)
Get the diff type for the given abbreviation.
|
static DiffType |
DiffType.get(java.lang.String c)
Get the diff type for the given abbreviation or name.
|
DiffType |
PageConfig.getDiffType()
Get the diff display type to use wrt.
|
static DiffType |
DiffType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DiffType[] |
DiffType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|