| Package | Description |
|---|---|
| com.phloc.commons.changelog |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeLogEntry> |
ChangeLog.getAllEntries() |
List<ChangeLogEntry> |
ChangeLog.getAllEntriesOfCategory(EChangeLogCategory eCategory)
Get all change log entries, that match the specified category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeLog.addEntry(ChangeLogEntry aEntry)
Add a new change log entry at the end.
|
void |
ChangeLog.addEntry(int nIndex,
ChangeLogEntry aEntry)
Add a new change log entry at the specified index.
|
protected int |
ComparatorChangeLogEntryDate.mainCompare(ChangeLogEntry aEntry1,
ChangeLogEntry aEntry2) |
| Constructor and Description |
|---|
ComparatorChangeLogEntryDate(Comparator<? super ChangeLogEntry> aNestedComparator)
Comparator with default sort order and a nested comparator.
|
ComparatorChangeLogEntryDate(ESortOrder eSortOrder,
Comparator<? super ChangeLogEntry> aNestedComparator)
Comparator with sort order and a nested comparator.
|
Copyright © 2006–2015 phloc systems. All rights reserved.