public class SubstitutionRules extends Object
| Constructor and Description |
|---|
SubstitutionRules() |
SubstitutionRules(Map<String,String> defaults) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Map<String,String> sub,
RepetitionConfigPlugin plugin)
EFFECTS: Modifies
sub and plugin according to the rules configured in this component. |
public void apply(Map<String,String> sub, RepetitionConfigPlugin plugin)
sub and plugin according to the rules configured in this component.
Make sure to pass ones that can get modified without any adverse effects.
Apply the rules with the given substitution map, and plugin.sub - The substitutions for the current run.plugin - The configured plugin for the current run.Copyright © 2017. All rights reserved.