| 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.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 |
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.