Uses of Class
com.carrotsearch.hppc.generator.OutputFile
-
Packages that use OutputFile Package Description com.carrotsearch.hppc.generator -
-
Uses of OutputFile in com.carrotsearch.hppc.generator
Methods in com.carrotsearch.hppc.generator that return types with arguments of type OutputFile Modifier and Type Method Description private java.util.List<OutputFile>
TemplateProcessorMojo. processTemplates(java.util.List<TemplateFile> inputs)
Apply templates to.ktype
files (single-argument).Method parameters in com.carrotsearch.hppc.generator with type arguments of type OutputFile Modifier and Type Method Description private void
TemplateProcessorMojo. generate(TemplateFile input, java.util.List<OutputFile> outputs, TemplateOptions templateOptions)
Apply templates.private java.util.List<java.nio.file.Path>
TemplateProcessorMojo. removeOtherFiles(java.nio.file.Path outputPath, java.util.List<OutputFile> keep)
-