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 |
---|---|
Symbols |
DebianPackage.getSymbols()
Returns the symbols of the shared libraries of this package.
|
Symbols |
SymbolsParser.parseSymbols(DataSource source,
Context context)
Parses the symbols from the specified source.
|
Modifier and Type | Method and Description |
---|---|
void |
SymbolsBuilder.buildSymbols(Symbols symbols,
DataTarget target)
Builds the symbols into the target.
|
Modifier and Type | Class and Description |
---|---|
class |
SymbolsImpl
A
Symbols implementation. |
Modifier and Type | Method and Description |
---|---|
Symbols |
DebianPackageImpl.getSymbols() |
Symbols |
SymbolsParserImpl.parseSymbols(DataSource source,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
SymbolsBuilderImpl.buildSymbols(Symbols symbols,
DataTarget target) |
void |
DebianPackageImpl.setSymbols(Symbols symbols)
Sets the symbols of the shared libraries of this package.
|
Copyright © 2015–2019. All rights reserved.