Package | Description |
---|---|
net.sourceforge.javadpkg |
Contains the interfaces and classes for reading and writing Debian packages.
|
net.sourceforge.javadpkg.control |
Contains the interfaces and classes for handling the information of the
control file. |
net.sourceforge.javadpkg.control.impl |
The implementation of the interfaces and abstract classes.
|
net.sourceforge.javadpkg.impl |
The implementation of the interfaces and abstract classes.
|
Modifier and Type | Method and Description |
---|---|
PackageMaintainer |
ChangeLogVersionEntry.getMaintainer()
Returns the maintainer.
|
Modifier and Type | Method and Description |
---|---|
PackageMaintainer |
Control.getMaintainer()
Returns the maintainer.
|
PackageMaintainer |
Control.getOriginalMaintainer()
Returns the original maintainer.
|
PackageMaintainer |
PackageMaintainerParser.parsePackageMaintainer(String value,
Context context)
Parses the package maintainer.
|
Modifier and Type | Method and Description |
---|---|
String |
PackageMaintainerBuilder.buildPackageMaintainer(PackageMaintainer maintainer,
Context context)
Builds a package maintainer.
|
Modifier and Type | Method and Description |
---|---|
PackageMaintainer |
AbstractControl.getMaintainer() |
PackageMaintainer |
AbstractControl.getOriginalMaintainer() |
PackageMaintainer |
PackageMaintainerParserImpl.parsePackageMaintainer(String value,
Context context) |
Modifier and Type | Method and Description |
---|---|
String |
PackageMaintainerBuilderImpl.buildPackageMaintainer(PackageMaintainer maintainer,
Context context) |
void |
AbstractControl.setMaintainer(PackageMaintainer maintainer)
Sets the maintainer.
|
void |
AbstractControl.setOriginalMaintainer(PackageMaintainer originalMaintainer)
Sets the original maintainer.
|
Modifier and Type | Method and Description |
---|---|
PackageMaintainer |
ChangeLogVersionEntryImpl.getMaintainer() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogVersionEntryImpl.setMaintainer(PackageMaintainer maintainer)
Sets the maintainer.
|
Copyright © 2015–2019. All rights reserved.