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 |
---|---|
SharedLibraries |
DebianPackage.getSharedLibraries()
Returns the shared libraries of this package.
|
SharedLibraries |
SharedLibrariesParser.parseSharedLibraries(DataSource source,
Context context)
Parses the shared libraries from the specified source.
|
Modifier and Type | Method and Description |
---|---|
void |
SharedLibrariesBuilder.buildSharedLibraries(SharedLibraries sharedLibraries,
DataTarget target)
Builds the shared libraries into the target.
|
Modifier and Type | Class and Description |
---|---|
class |
SharedLibrariesImpl
A
SharedLibraries implementation. |
Modifier and Type | Method and Description |
---|---|
SharedLibraries |
DebianPackageImpl.getSharedLibraries() |
SharedLibraries |
SharedLibrariesParserImpl.parseSharedLibraries(DataSource source,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
SharedLibrariesBuilderImpl.buildSharedLibraries(SharedLibraries sharedLibraries,
DataTarget target) |
void |
DebianPackageImpl.setSharedLibraries(SharedLibraries sharedLibraries)
Sets the shared libraries of this package.
|
Copyright © 2015–2019. All rights reserved.