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 |
---|---|
Copyright |
DebianPackage.getCopyright()
Returns the copyright of this package.
|
Copyright |
CopyrightParser.parseCopyright(DataSource source,
Context context)
Parses the copyright from the specified source.
|
Modifier and Type | Method and Description |
---|---|
void |
CopyrightBuilder.buildCopyright(Copyright copyright,
DataTarget target,
Context context)
Builds the copyright into the specified target.
|
void |
DebianPackageBuilder.setCopyright(Copyright copyright)
Sets the copyright.
|
Modifier and Type | Class and Description |
---|---|
class |
CopyrightImpl
A
Copyright implementation. |
Modifier and Type | Method and Description |
---|---|
Copyright |
DebianPackageImpl.getCopyright() |
Copyright |
CopyrightParserImpl.parseCopyright(DataSource source,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
CopyrightBuilderImpl.buildCopyright(Copyright copyright,
DataTarget target,
Context context) |
void |
DebianPackageImpl.setCopyright(Copyright copyright)
Sets the copyright of this package.
|
void |
DebianPackageBuilderImpl.setCopyright(Copyright copyright) |
Copyright © 2015–2019. All rights reserved.