| 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.
|
| net.sourceforge.javadpkg.plugin |
Contains the interfaces and classes for the Maven plug-in which can create
Debian packages.
|
| net.sourceforge.javadpkg.plugin.impl |
The implementations of the interfaces and abstract classes.
|
| net.sourceforge.javadpkg.replace |
Contains interfaces and classes for replacing variables by their values.
|
| Modifier and Type | Method and Description |
|---|---|
Script |
ScriptVariableReplacer.replaceScriptVariables(Script script,
Replacements replacements,
Context context)
Replaces the variables within the script.
|
| Modifier and Type | Method and Description |
|---|---|
Script |
ScriptVariableReplacerImpl.replaceScriptVariables(Script script,
Replacements replacements,
Context context) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplacementsMaven
The replacements which are based on the plug-in properties, the
MavenProject, the environment variables (see System.getenv())
and the system properties (see System.getProperties()). |
| Constructor and Description |
|---|
DataConfigurationParserImpl(Charset defaultEncoding,
Replacements replacements)
Creates a parser.
|
DataFileSystemNodeVisitor(org.apache.maven.plugin.logging.Log log,
DebianPackageBuilder builder,
Charset defaultEncoding,
Replacements replacements,
Context context)
Creates a visitor.
|
DataReplacementSource(File file,
Charset encoding,
Replacements replacements,
Context context)
Creates a source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReplacementsMap
A
Replacements implementation which is based on a Map. |
| Modifier and Type | Method and Description |
|---|---|
String |
ReplacerImpl.replace(String line,
Replacements replacements,
Context context) |
String |
Replacer.replace(String line,
Replacements replacements,
Context context)
Replaces the variables in the specified line by their values.
|
Copyright © 2015–2019. All rights reserved.