Uses of Class
org.forgerock.config.resolvers.template.Template
Packages that use 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
Methods in org.forgerock.config.resolvers with parameters of type TemplateModifier and TypeMethodDescriptionSubstitutionVisitor.visitProperty(SubstitutionContext context, Template property, Template defaultValue) Method parameters in org.forgerock.config.resolvers with type arguments of type TemplateModifier and TypeMethodDescriptionSubstitutionVisitor.visitSequence(SubstitutionContext context, List<Template> sequence) -
Uses of Template in org.forgerock.config.resolvers.template
Methods in org.forgerock.config.resolvers.template that return TemplateModifier and TypeMethodDescriptionstatic TemplateBuild a newTemplatefrom the givensourcevalue.static TemplateBuild a newTemplatefrom the givensourcevalue, instructing the parser to either escape or not special characters with the help of theescapingparameter.static TemplateTemplate.empty()Constructs a new empty template.static TemplateConstructs a new property template with the givennameTemplate.static TemplateConstructs a new property template with the givennameanddefaultValuetemplates.static TemplateConstructs a new sequence template from the giventemplateslist.static TemplateConstructs a new sequence template from the giventemplateslist.static TemplateConstructs a new textual template with the giventext.Methods in org.forgerock.config.resolvers.template with parameters of type TemplateModifier and TypeMethodDescriptionstatic TemplateConstructs a new property template with the givennameTemplate.static TemplateConstructs a new property template with the givennameanddefaultValuetemplates.static TemplateConstructs a new sequence template from the giventemplateslist.HasPropertyVisitor.visitProperty(Void context, Template property, Template defaultValue) default TTemplateVisitor.visitProperty(C context, Template property, Template defaultValue) Visit a property template with the givencontextobject.Method parameters in org.forgerock.config.resolvers.template with type arguments of type TemplateModifier and TypeMethodDescriptionstatic TemplateConstructs a new sequence template from the giventemplateslist.HasPropertyVisitor.visitSequence(Void context, List<Template> sequence) default TTemplateVisitor.visitSequence(C context, List<Template> sequence) Visit a sequence of templates with the givencontextobject.