
public abstract class AbstractGenerateMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
AbstractGenerateMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract TemplateGeneratorFactory |
createTemplateGeneratorFactory(org.apache.velocity.app.VelocityEngine velocityEngine)
Creates a template generator factory.
|
void |
execute() |
protected abstract Map<String,String> |
getParameters()
Returns the map of parameters.
|
protected abstract String |
getRuntimeClass()
Name of the Runtime class.
|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected abstract TemplateGeneratorFactory createTemplateGeneratorFactory(org.apache.velocity.app.VelocityEngine velocityEngine)
velocityEngine - The Velocity engine.protected abstract Map<String,String> getParameters()
protected abstract String getRuntimeClass()
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.