public abstract class BaseSoyJsMojo<T extends BaseSoyJsCommand>
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
BaseSoyJsMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
createCommand() |
void |
execute() |
void |
setDir(java.io.File dir)
The directory containing the .soy.js files to process.
|
protected final T extends BaseSoyJsCommand command
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic void setDir(java.io.File dir)
protected abstract T createCommand()