| Package | Description |
|---|---|
| com.helger.commons.changelog |
| Modifier and Type | Method and Description |
|---|---|
EChangeLogCategory |
ChangeLogEntry.getCategory()
Deprecated.
|
static EChangeLogCategory |
EChangeLogCategory.getFromIDOrDefault(String sID,
EChangeLogCategory eDefault)
Deprecated.
|
static EChangeLogCategory |
EChangeLogCategory.getFromIDOrNull(String sID)
Deprecated.
|
static EChangeLogCategory |
EChangeLogCategory.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EChangeLogCategory[] |
EChangeLogCategory.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<ChangeLogEntry> |
ChangeLog.getAllEntriesOfCategory(EChangeLogCategory eCategory)
Deprecated.
Get all change log entries, that match the specified category.
|
static EChangeLogCategory |
EChangeLogCategory.getFromIDOrDefault(String sID,
EChangeLogCategory eDefault)
Deprecated.
|
| Constructor and Description |
|---|
ChangeLogEntry(ChangeLog aChangeLog,
LocalDate aLocalDate,
EChangeLogAction eAction,
EChangeLogCategory eCategory,
boolean bIsIncompatible)
Deprecated.
Constructor.
|
Copyright © 2014–2018 Philip Helger. All rights reserved.