public class SubstitutionAlgorithmFactory extends Object
| Constructor and Description |
|---|
SubstitutionAlgorithmFactory() |
| Modifier and Type | Method and Description |
|---|---|
SubstitutionAlgorithm |
getAlgorithm(Map<String,String> substitutionMap)
Get's the algorithm use to perform string substitution.
|
public SubstitutionAlgorithm getAlgorithm(Map<String,String> substitutionMap)
substitutionMap - Map of substitutable key/value pairs.Copyright © 2018 Eclipse Foundation. All rights reserved.