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 |
---|---|
CopyrightLicense |
FilesCopyright.getLicense()
Returns the license.
|
CopyrightLicense |
Copyright.getLicense()
Returns the license.
|
Modifier and Type | Method and Description |
---|---|
Map<String,CopyrightLicense> |
Copyright.getLicenses()
Returns the licenses referred by this copyright or one of copyrights for
certain files.
|
Modifier and Type | Class and Description |
---|---|
class |
CopyrightLicenseImpl
A
CopyrightLicense implementation. |
Modifier and Type | Method and Description |
---|---|
CopyrightLicense |
FilesCopyrightImpl.getLicense() |
CopyrightLicense |
CopyrightImpl.getLicense() |
Modifier and Type | Method and Description |
---|---|
Map<String,CopyrightLicense> |
CopyrightImpl.getLicenses() |
Modifier and Type | Method and Description |
---|---|
void |
CopyrightImpl.addLicense(CopyrightLicense license)
Adds a license to the licenses.
|
void |
FilesCopyrightImpl.setLicense(CopyrightLicense license)
Sets the license.
|
void |
CopyrightImpl.setLicense(CopyrightLicense license)
Sets the license.
|
Modifier and Type | Method and Description |
---|---|
void |
CopyrightImpl.setLicenses(Map<String,CopyrightLicense> licenses)
Sets the licenses.
|
Copyright © 2015–2019. All rights reserved.