| Modifier and Type | Method and Description |
|---|---|
static StringSubstitutor |
StringSubstitutionFactory.createStringSubstitutor(InputStream stringsubs)
Create a
StringSubstitutor object. |
void |
SubstitutionAlgorithm.substitute(Substitutable substituable)
Perform's string substitution.
|
void |
StringSubstitutor.substituteAll()
Perform's string substitution.
|
void |
StringSubstitutor.substituteComponents(List<String> components)
Perform's string substitution for give components.
|
void |
StringSubstitutor.substituteGroups(List<String> groups)
Perform's string substitution for give groups.
|
| Modifier and Type | Method and Description |
|---|---|
static StringsubsDefinition |
StringSubstitutionParser.parse(InputStream configStream)
Parse the configuration stream against the string-subs schema.
|
void |
StringSubstitutionEngine.substituteAll() |
void |
StringSubstitutionEngine.substituteComponents(List<String> components) |
void |
StringSubstitutionEngine.substituteGroups(List<String> groups) |
| Constructor and Description |
|---|
StringSubstitutionEngine(InputStream inputStream)
Constructs
StringSubstitutionEngine based on the given string-subs
configuration stream. |
| Modifier and Type | Method and Description |
|---|---|
void |
RadixTreeSubstitutionAlgo.substitute(Substitutable substitutable) |
void |
StringReplacementAlgo.substitute(Substitutable resolver) |
Copyright © 2018 Eclipse Foundation. All rights reserved.