public abstract class AbstractMuleMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
appDirectory
Directory containing the app resources.
|
protected File |
domainDirectory
Directory containing the domain config file.
|
protected String |
finalName
Name of the generated Mule App.
|
protected File |
mappingsDirectory
Directory containing the mappings resources.
|
protected File |
outputDirectory
Directory containing the generated Mule App.
|
protected org.apache.maven.project.MavenProject |
project
The Maven project.
|
protected File |
resourcesDirectory
Directory containing the app resources.
|
| Constructor and Description |
|---|
AbstractMuleMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected File |
getFilteredAppDirectory() |
protected File |
getMuleZipFile() |
getLog, getPluginContext, setLog, setPluginContextprotected File outputDirectory
protected String finalName
protected File appDirectory
protected File resourcesDirectory
protected File domainDirectory
protected File mappingsDirectory
protected org.apache.maven.project.MavenProject project
Copyright © 2014–2016 MuleSoft, Inc.. All rights reserved.