Uses of Package
org.forgerock.config.resolvers.template
Package
Description
This package contains the common config property resolvers.
This package contains the template parser used in property substitution.
-
ClassDescriptionRepresents a templated string.A template parser receives a string input source, tokenize it (honoring escaping settings) and build a
Template
that can be processed later on.ATemplateVisitor
represents an operation applied to aTemplate
. -
ClassDescriptionRepresents a templated string.A
TemplateVisitor
represents an operation applied to aTemplate
.