Uses of Class
com.sap.cds.maven.plugin.add.TemplateService.TemplateVariable
Packages that use TemplateService.TemplateVariable
-
Uses of TemplateService.TemplateVariable in com.sap.cds.maven.plugin.add
Methods in com.sap.cds.maven.plugin.add that return TemplateService.TemplateVariableModifier and TypeMethodDescriptionMethods in com.sap.cds.maven.plugin.add with parameters of type TemplateService.TemplateVariableModifier and TypeMethodDescriptionfinal voidTemplateService.createClassFromTemplate(File javaSrcFolder, String templatePath, String packageName, String className, boolean overwrite, TemplateService.TemplateVariable... vars) Creates a new Java class source file from a specified resource template.final voidTemplateService.createFileFromTemplate(String templatePath, File targetFolder, boolean overwrite, TemplateService.TemplateVariable... variables) Creates a new file from a specified resource template.