public class FreemarkerExecutionComponent extends AbstractTemplatingEngine<freemarker.template.Configuration>
SCM_NAMESEXECUTION_IDENTIFIER| Constructor and Description |
|---|
FreemarkerExecutionComponent(File src,
String sourcePathRoot,
boolean includeDotFiles,
Optional<org.apache.maven.plugin.logging.Log> log,
Optional<Collection<String>> sourceExtensions,
File sourceOutputDir,
org.apache.maven.project.MavenProject project,
boolean includeHiddenFiles,
boolean caseSensitive,
Optional<Path> prefixPath) |
| Modifier and Type | Method and Description |
|---|---|
freemarker.template.Configuration |
createEngine(String canoPath) |
void |
writeTemplate(freemarker.template.Configuration engine,
String canoTemplate,
File outFile) |
endsWith, execute, getDisplayedContext, getExecutionSource, getLog, getOutputDirectoryForFile, getOutputFile, getPrefixPath, getProject, getProperties, getSourceExtensions, getSourcePathRoot, getSourcesOutputDirectory, isCaseSensitive, isIncludeDotFiles, isIncludeHiddenFiles, isSCMDir, listVeloFiles, prependDot, processComments, quoteSharpsInComments, unquoteSharpsInCommentsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertyNames, mergeProperties, noComment, trimToStringpublic FreemarkerExecutionComponent(File src, String sourcePathRoot, boolean includeDotFiles, Optional<org.apache.maven.plugin.logging.Log> log, Optional<Collection<String>> sourceExtensions, File sourceOutputDir, org.apache.maven.project.MavenProject project, boolean includeHiddenFiles, boolean caseSensitive, Optional<Path> prefixPath)
public final freemarker.template.Configuration createEngine(String canoPath) throws Exception
createEngine in class AbstractTemplatingEngine<freemarker.template.Configuration>Exceptionpublic void writeTemplate(freemarker.template.Configuration engine,
String canoTemplate,
File outFile)
throws Exception
writeTemplate in class AbstractTemplatingEngine<freemarker.template.Configuration>ExceptionCopyright © 2019 InfrastructureBuilder. All rights reserved.