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 |
---|---|
ConfigFiles |
DebianPackage.getConfigFiles()
Returns the configuration files which are managed by this package.
|
ConfigFiles |
ConfigFilesParser.parseConfigFiles(DataSource source,
Context context)
Parses the configuration files from the specified source.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigFilesBuilder.buildConfigFiles(ConfigFiles configFiles,
DataTarget target)
Builds the configuration files into the target.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigFilesImpl
A
ConfigFiles implementation. |
Modifier and Type | Method and Description |
---|---|
ConfigFiles |
DebianPackageImpl.getConfigFiles() |
ConfigFiles |
ConfigFilesParserImpl.parseConfigFiles(DataSource source,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigFilesBuilderImpl.buildConfigFiles(ConfigFiles configFiles,
DataTarget target) |
void |
DebianPackageImpl.setConfigFiles(ConfigFiles configFiles)
Sets the configuration files which are managed by this package.
|
Copyright © 2015–2019. All rights reserved.