| Package | Description |
|---|---|
| com.helger.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 |
ComparatorChangeLogEntryDateAndComponent.mainCompare(ChangeLogEntry aElement1,
ChangeLogEntry aElement2) |
Copyright © 2014–2016 Philip Helger. All rights reserved.