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 | Method and Description |
---|---|
String |
ReplacementsMap.getValue(String name) |
String |
Replacements.getValue(String name)
Returns the value for the variable with the specified name.
|
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.