Package | Description |
---|---|
net.sourceforge.javadpkg |
Contains the interfaces and classes for reading and writing Debian packages.
|
net.sourceforge.javadpkg.impl |
The implementation of the interfaces and abstract classes.
|
Modifier and Type | Method and Description |
---|---|
List<ChangeLogVersionEntry> |
ChangeLog.getEntries()
Returns the entries for the different versions, one entry for each
version.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeLogVersionEntryImpl
A
ChangeLogVersionEntry implementation. |
Modifier and Type | Method and Description |
---|---|
List<ChangeLogVersionEntry> |
ChangeLogImpl.getEntries() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogImpl.addEntry(ChangeLogVersionEntry entry)
Add an entry to the change log.
|
Copyright © 2015–2019. All rights reserved.