Uses of Class
com.carrotsearch.hppc.generator.TemplateFile
-
Packages that use TemplateFile Package Description com.carrotsearch.hppc.generator -
-
Uses of TemplateFile in com.carrotsearch.hppc.generator
Methods in com.carrotsearch.hppc.generator that return types with arguments of type TemplateFile Modifier and Type Method Description private java.util.List<TemplateFile>
TemplateProcessorMojo. collectTemplateFiles(java.nio.file.Path dir)
Collect all template files from this and subdirectories.Methods in com.carrotsearch.hppc.generator with parameters of type TemplateFile Modifier and Type Method Description private java.lang.String
TemplateProcessorMojo. filterVelocity(TemplateFile f, java.lang.String template, TemplateOptions options)
Apply velocity to the input.private void
TemplateProcessorMojo. generate(TemplateFile input, java.util.List<OutputFile> outputs, TemplateOptions templateOptions)
Apply templates.Method parameters in com.carrotsearch.hppc.generator with type arguments of type TemplateFile Modifier and Type Method Description private java.util.List<OutputFile>
TemplateProcessorMojo. processTemplates(java.util.List<TemplateFile> inputs)
Apply templates to.ktype
files (single-argument).
-