Uses of Class
org.forgerock.config.resolvers.template.Template
Package
Description
This package contains the common config property resolvers.
This package contains the template parser used in property substitution.
-
Uses of Template in org.forgerock.config.resolvers
Modifier and TypeMethodDescriptionSubstitutionVisitor.visitProperty
(SubstitutionContext context, Template property, Template defaultValue) Modifier and TypeMethodDescriptionSubstitutionVisitor.visitSequence
(SubstitutionContext context, List<Template> sequence) -
Uses of Template in org.forgerock.config.resolvers.template
Modifier and TypeMethodDescriptionstatic Template
Build a newTemplate
from the givensource
value.static Template
Build a newTemplate
from the givensource
value, instructing the parser to either escape or not special characters with the help of theescaping
parameter.static Template
Template.empty()
Constructs a new empty template.static Template
Constructs a new property template with the givenname
Template.static Template
Constructs a new property template with the givenname
anddefaultValue
templates.static Template
Constructs a new sequence template from the giventemplates
list.static Template
Constructs a new sequence template from the giventemplates
list.static Template
Constructs a new textual template with the giventext
.Modifier and TypeMethodDescriptionstatic Template
Constructs a new property template with the givenname
Template.static Template
Constructs a new property template with the givenname
anddefaultValue
templates.static Template
Constructs a new sequence template from the giventemplates
list.HasPropertyVisitor.visitProperty
(Void context, Template property, Template defaultValue) default T
TemplateVisitor.visitProperty
(C context, Template property, Template defaultValue) Visit a property template with the givencontext
object.Modifier and TypeMethodDescriptionstatic Template
Constructs a new sequence template from the giventemplates
list.HasPropertyVisitor.visitSequence
(Void context, List<Template> sequence) default T
TemplateVisitor.visitSequence
(C context, List<Template> sequence) Visit a sequence of templates with the givencontext
object.