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