Package org.forgerock.config.resolvers
Class SubstitutionVisitor.Builder
java.lang.Object
org.forgerock.config.resolvers.SubstitutionVisitor.Builder
- Enclosing class:
- SubstitutionVisitor
Builder of
SubstitutionVisitor
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns a newSubstitutionVisitor
.recursive
(TemplateParser parser) Specify if the substitution is going to be recursive (substituted property values are parsed and evaluated until there is no token left).sensitive
(boolean sensitive) Specify if the property resolver is going to handle sensitive values (false by default
).
-
Method Details
-
sensitive
Specify if the property resolver is going to handle sensitive values (false by default
).- Parameters:
sensitive
- if the resolver will handle sensitive values- Returns:
- this builder
-
recursive
Specify if the substitution is going to be recursive (substituted property values are parsed and evaluated until there is no token left).- Parameters:
parser
- the parser used for parsing resolved properties- Returns:
- this builder
-
build
Returns a newSubstitutionVisitor
.- Returns:
- a new
SubstitutionVisitor
.
-