Uses of Class
com.azure.runtime.host.utils.templates.TemplateDescriptorsBuilder
Packages that use TemplateDescriptorsBuilder
Package
Description
Templating engine and various model types and utility classes for interacting with it.
-
Uses of TemplateDescriptorsBuilder in com.azure.runtime.host.utils.templates
Methods in com.azure.runtime.host.utils.templates that return TemplateDescriptorsBuilderModifier and TypeMethodDescriptionstatic TemplateDescriptorsBuilder
Begins the process of specifying template files to be processed, which will be written to the root of the user-specified output directory by default.static TemplateDescriptorsBuilder
Begins the process of specifying template files to be processed.Adds a template file to the list of descriptors with the same input and output filename, appended to the previously specified base paths.Adds a template file to the list of descriptors with specified input and output filenames, appended to the previously specified base paths.