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<FilesCopyright> |
Copyright.getFilesCopyrights()
Returns the copyrights for certain files of a Debian package.
|
Modifier and Type | Class and Description |
---|---|
class |
FilesCopyrightImpl
A
FilesCopyright implementation. |
Modifier and Type | Method and Description |
---|---|
List<FilesCopyright> |
CopyrightImpl.getFilesCopyrights() |
Modifier and Type | Method and Description |
---|---|
void |
CopyrightImpl.addFilesCopyright(FilesCopyright filesCopyright)
Adds the copyright for certain files of a Debian package.
|
Modifier and Type | Method and Description |
---|---|
void |
CopyrightImpl.setFilesCopyrights(List<FilesCopyright> filesCopyrights)
Sets the copyrights for certain files of a Debian package.
|
Copyright © 2015–2019. All rights reserved.