org.mule.tools.maven.plugin
Class AbstractMuleMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.mule.tools.maven.plugin.AbstractMuleMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- AttachTestResourcesMojo, FilterResourcesMojo, MuleCleanMojo, MuleInstallMojo, MuleMojo
public abstract class AbstractMuleMojo
- extends org.apache.maven.plugin.AbstractMojo
Base Mule Application Mojo
|
Field Summary |
protected File |
appDirectory
Directory containing the app resources. |
protected String |
finalName
Name of the generated Mule App. |
protected File |
outputDirectory
Directory containing the generated Mule App. |
protected org.apache.maven.project.MavenProject |
project
The Maven project. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
outputDirectory
protected File outputDirectory
- Directory containing the generated Mule App.
finalName
protected String finalName
- Name of the generated Mule App.
appDirectory
protected File appDirectory
- Directory containing the app resources.
project
protected org.apache.maven.project.MavenProject project
- The Maven project.
AbstractMuleMojo
public AbstractMuleMojo()
getMuleZipFile
protected File getMuleZipFile()
getFilteredAppDirectory
protected File getFilteredAppDirectory()
Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.