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.field |
Contains the interfaces and classes for handling text containing fields.
|
net.sourceforge.javadpkg.field.impl |
The implementation of the interfaces and abstract classes.
|
net.sourceforge.javadpkg.impl |
The implementation of the interfaces and abstract classes.
|
net.sourceforge.javadpkg.io |
Contains interfaces and classes for the I/O of the library.
|
net.sourceforge.javadpkg.io.impl |
The implementation of the interfaces and abstract classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogBuilder.buildChangeLog(ChangeLog changeLog,
DataTarget target,
Context context)
Builds the change log into the target.
|
void |
ChangeLogBuilder.buildChangeLogHtml(ChangeLog changeLog,
DataTarget target,
Context context)
Builds the change log into the target as HTML.
|
void |
ConfigFilesBuilder.buildConfigFiles(ConfigFiles configFiles,
DataTarget target)
Builds the configuration files into the target.
|
void |
CopyrightBuilder.buildCopyright(Copyright copyright,
DataTarget target,
Context context)
Builds the copyright into the specified target.
|
void |
DebianPackageBuilder.buildDebianPackage(DataTarget target,
Context context)
Builds a Debian package by writing it to the specified target.
|
void |
MD5SumsBuilder.buildMD5Sums(DataStore store,
DataTarget target)
Builds the MD5 sums and stores them in the target.
|
void |
ScriptBuilder.buildScript(DataTarget target,
Script script)
Builds a script.
|
void |
SharedLibrariesBuilder.buildSharedLibraries(SharedLibraries sharedLibraries,
DataTarget target)
Builds the shared libraries into the target.
|
void |
SymbolsBuilder.buildSymbols(Symbols symbols,
DataTarget target)
Builds the symbols into the target.
|
void |
TemplatesBuilder.buildTemplates(Templates templates,
DataTarget target,
Context context)
Builds the templates.
|
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 | 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 |
---|---|
void |
FieldBuilder.buildFields(List<Field> fields,
DataTarget target,
Context context)
Builds the fields.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldBuilderImpl.buildFields(List<Field> fields,
DataTarget target,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogBuilderImpl.buildChangeLog(ChangeLog changeLog,
DataTarget target,
Context context) |
void |
ChangeLogBuilderImpl.buildChangeLogHtml(ChangeLog changeLog,
DataTarget target,
Context context) |
void |
ConfigFilesBuilderImpl.buildConfigFiles(ConfigFiles configFiles,
DataTarget target) |
void |
CopyrightBuilderImpl.buildCopyright(Copyright copyright,
DataTarget target,
Context context) |
void |
DebianPackageBuilderImpl.buildDebianPackage(DataTarget target,
Context context) |
void |
MD5SumsBuilderImpl.buildMD5Sums(DataStore store,
DataTarget target) |
void |
ScriptBuilderImpl.buildScript(DataTarget target,
Script script) |
void |
SharedLibrariesBuilderImpl.buildSharedLibraries(SharedLibraries sharedLibraries,
DataTarget target) |
void |
SymbolsBuilderImpl.buildSymbols(Symbols symbols,
DataTarget target) |
void |
TemplatesBuilderImpl.buildTemplates(Templates templates,
DataTarget target,
Context context) |
Modifier and Type | Method and Description |
---|---|
DataTarget |
DataSwap.getTarget()
Returns the target.
|
Modifier and Type | Method and Description |
---|---|
static void |
Streams.compressGzip(DataSource source,
DataTarget target,
int compressionLevel)
Compresses the content of the source to the target using GZIP until the
complete content is compressed.
|
static void |
Streams.compressGzip(DataSource source,
DataTarget target,
int blockSize,
long length,
int compressionLevel)
Compresses the content of the source to the target using GZIP until the
complete content is compressed.
|
static void |
Streams.copy(DataSource source,
DataTarget target)
Copies the content of the source to the target until the complete content
is copied.
|
static void |
Streams.copy(DataSource source,
DataTarget target,
int blockSize,
long length)
Copies the content of the source to the target until the complete content
is copied.
|
static DataConsumer |
Streams.createConsumer(DataTarget target)
Creates a consumer which puts its data into the specified target.
|
Modifier and Type | Class and Description |
---|---|
class |
DataFileTarget
A
DataTarget implementation based on a file. |
class |
DataStreamTarget
A
DataTarget implementation based on a stream. |
Modifier and Type | Method and Description |
---|---|
DataTarget |
DataTempFileSwap.getTarget() |
DataTarget |
DataByteArraySwap.getTarget() |
Copyright © 2015–2019. All rights reserved.