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<ChangeLogVersionEntryDetail> |
ChangeLogVersionEntry.getDetails()
Returns the details.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeLogVersionEntryDetailImpl
A
ChangeLogVersionEntryDetail implementation. |
Modifier and Type | Method and Description |
---|---|
List<ChangeLogVersionEntryDetail> |
ChangeLogVersionEntryImpl.getDetails() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogVersionEntryImpl.addDetail(ChangeLogVersionEntryDetail detail)
Adds a detail.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogVersionEntryImpl.setDetails(List<ChangeLogVersionEntryDetail> details)
Sets the details.
|
Copyright © 2015–2019. All rights reserved.