public class KissMdaMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_GUICE_NOT_FOUND |
static String |
ERROR_GUICE_SAME_PACKAGE_NOT_FOUND |
protected org.apache.maven.project.MavenProject |
project
The enclosing project.
|
| Constructor and Description |
|---|
KissMdaMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute.
|
StandardContext |
getContext() |
void |
setGeneratedSourcesTargetDirectory(String generatedSourcesTargetDirectory) |
void |
setLoggingLevel(String loggingLevel) |
void |
setModelFile(String modelFile) |
void |
setProject(org.apache.maven.project.MavenProject project) |
void |
setTransformerScanPackageNames(List<String> transformerScanPackageNames) |
public static final String ERROR_GUICE_NOT_FOUND
public static final String ERROR_GUICE_SAME_PACKAGE_NOT_FOUND
protected org.apache.maven.project.MavenProject project
public StandardContext getContext()
public void setGeneratedSourcesTargetDirectory(String generatedSourcesTargetDirectory)
public void setModelFile(String modelFile)
public void setTransformerScanPackageNames(List<String> transformerScanPackageNames)
public void setProject(org.apache.maven.project.MavenProject project)
public void setLoggingLevel(String loggingLevel)
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2012-2013. All Rights Reserved.