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 |
---|---|
ChangeLog |
DebianPackage.getChangeLog()
Returns the change log of this package.
|
ChangeLog |
ChangeLogParser.parseChangeLog(DataSource source,
Context context)
Parses the change log from the specified source.
|
ChangeLog |
ChangeLogParser.parseChangeLogHtml(DataSource source,
Context context)
Parses the change log from the specified source as HTML.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogBuilder.buildChangeLog(ChangeLog changeLog,
DataTarget target,
Context context)
Builds the change log into the target.
|
void |
ChangeLogBuilder.buildChangeLogHtml(ChangeLog changeLog,
DataTarget target,
Context context)
Builds the change log into the target as HTML.
|
void |
DebianPackageBuilder.setChangeLog(ChangeLog changeLog)
Sets the change log.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeLogImpl
A
ChangeLog implementation. |
Modifier and Type | Method and Description |
---|---|
ChangeLog |
DebianPackageImpl.getChangeLog() |
ChangeLog |
ChangeLogParserImpl.parseChangeLog(DataSource source,
Context context) |
ChangeLog |
ChangeLogParserImpl.parseChangeLogHtml(DataSource source,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogBuilderImpl.buildChangeLog(ChangeLog changeLog,
DataTarget target,
Context context) |
void |
ChangeLogBuilderImpl.buildChangeLogHtml(ChangeLog changeLog,
DataTarget target,
Context context) |
void |
DebianPackageImpl.setChangeLog(ChangeLog changeLog)
Sets the change log of this package.
|
void |
DebianPackageBuilderImpl.setChangeLog(ChangeLog changeLog) |
Copyright © 2015–2019. All rights reserved.