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