| Package | Description |
|---|---|
| com.phloc.commons.changelog |
| Modifier and Type | Method and Description |
|---|---|
ChangeLogRelease |
ChangeLog.getLatestRelease() |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeLogRelease> |
ChangeLog.getAllReleases() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeLog.addRelease(ChangeLogRelease aRelease)
Add a new release at the end.
|
void |
ChangeLog.addRelease(int nIndex,
ChangeLogRelease aRelease)
Add a new release at the specified index.
|
Copyright © 2006–2015 phloc systems. All rights reserved.