public class Placeholders
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_DELIMS |
static com.google.common.cache.LoadingCache<java.lang.String,java.util.regex.Pattern> |
patternMap |
| Constructor and Description |
|---|
Placeholders() |
| Modifier and Type | Method and Description |
|---|---|
static void |
replacePlaceholders(com.xebialabs.deployit.plugin.api.udm.artifact.DerivedArtifact<? extends com.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact> derivedArtifact,
PlaceholderReplacer replacer) |
static void |
scanPlaceholders(com.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact artifact,
PlaceholderScanner scanner) |
public static final java.lang.String DEFAULT_DELIMS
public static com.google.common.cache.LoadingCache<java.lang.String,java.util.regex.Pattern> patternMap
public static void scanPlaceholders(com.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact artifact,
PlaceholderScanner scanner)
public static void replacePlaceholders(com.xebialabs.deployit.plugin.api.udm.artifact.DerivedArtifact<? extends com.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact> derivedArtifact,
PlaceholderReplacer replacer)