org.mule.tools.maven.plugin
Class AbstractMuleMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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
 
Constructor Summary
AbstractMuleMojo()
           
 
Method Summary
protected  File getFilteredAppDirectory()
           
protected  File getMuleZipFile()
           
 
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
 

Field Detail

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.

Constructor Detail

AbstractMuleMojo

public AbstractMuleMojo()
Method Detail

getMuleZipFile

protected File getMuleZipFile()

getFilteredAppDirectory

protected File getFilteredAppDirectory()


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.