Package org.forgerock.config.resolvers.template
This package contains the template parser used in property substitution.
-
Interface Summary Interface Description TemplateVisitor<T,C> ATemplateVisitor
represents an operation applied to aTemplate
. -
Class Summary Class Description HasPropertyVisitor This visitor detects if there is any token/placeholder inside the givenTemplate
.Template Represents a templated string.TemplateParser A template parser receives a string input source, tokenize it (honoring escaping settings) and build aTemplate
that can be processed later on.