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 |
---|---|
Control |
DebianPackage.getControl()
Returns the control of the package.
|
Modifier and Type | Method and Description |
---|---|
void |
DebianPackageBuilder.setControl(Control control)
Sets the control information.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryControl
The control of a binary package.
|
interface |
SourceControl
The control of a source control.
|
Modifier and Type | Method and Description |
---|---|
Control |
ControlParser.parseControl(DataSource source,
Context context)
Parses the control from the specified source.
|
Modifier and Type | Method and Description |
---|---|
void |
ControlBuilder.buildControl(Control control,
DataTarget target,
Context context)
Builds the control into the specified target.
|
void |
ControlBuilder.buildControl(Control control,
Size installedSize,
DataTarget target,
Context context)
Builds the control into the specified target using the specified
installed size.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractControl
An abstract
Control implementation. |
class |
BinaryControlImpl
A
BinaryControl implementation. |
Modifier and Type | Method and Description |
---|---|
Control |
ControlParserImpl.parseControl(DataSource source,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
ControlBuilderImpl.buildControl(Control control,
DataTarget target,
Context context) |
void |
ControlBuilderImpl.buildControl(Control control,
Size installedSize,
DataTarget target,
Context context) |
Modifier and Type | Method and Description |
---|---|
Control |
DebianPackageImpl.getControl() |
Modifier and Type | Method and Description |
---|---|
void |
DebianPackageImpl.setControl(Control control)
Sets the control of the package.
|
void |
DebianPackageBuilderImpl.setControl(Control control) |
Copyright © 2015–2019. All rights reserved.