Package org.forgerock.config.resolvers
Class SubstitutionContext
- java.lang.Object
 - 
- org.forgerock.config.resolvers.SubstitutionContext
 
 
- 
public class SubstitutionContext extends Object
ASubstitutionContextholds both runtime and config time values for the substitution process. 
- 
- 
Constructor Summary
Constructors Constructor Description SubstitutionContext(boolean escaping)Creates aSubstitutionContextwith default (no-op) notifiers and escaping support as dictated byescaping.SubstitutionContext(Consumer<String> onUnresolved, Consumer<List<String>> onCycle, boolean escaping) 
 - 
 
- 
- 
Constructor Detail
- 
SubstitutionContext
public SubstitutionContext(boolean escaping)
Creates aSubstitutionContextwith default (no-op) notifiers and escaping support as dictated byescaping.- Parameters:
 escaping- Enable/disable escaping support
 
 - 
 
 -