public class PrecompileMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected String |
encoding |
protected String |
handlebarsName
Handlebars script filename
|
protected List<String> |
knownHelpers |
protected Boolean |
knownHelpersOnly |
protected File |
outputDirectory |
protected Boolean |
preserveHierarchy |
protected org.apache.maven.project.MavenProject |
project |
protected Boolean |
purgeWhitespace |
protected File |
sourceDirectory |
protected String[] |
templateExtensions |
| Constructor and Description |
|---|
PrecompileMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected void |
precompile(File directory) |
protected void |
visit(File directory) |
protected org.apache.maven.project.MavenProject project
protected String[] templateExtensions
protected Boolean purgeWhitespace
protected File sourceDirectory
protected File outputDirectory
protected Boolean knownHelpersOnly
protected Boolean preserveHierarchy
protected String handlebarsName
protected String encoding
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected void visit(File directory) throws IOException
IOExceptionprotected void precompile(File directory) throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.