|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.apache.cactus.maven2.mojos.CactifyEarMojo
public class CactifyEarMojo
A maven2 mojo that injects elements necessary to run Cactus tests into an existing EAR file.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
CactifyEarMojo()
|
|
| Method Summary | |
|---|---|
void |
execute()
The "main" method of the mojo. |
org.apache.maven.archiver.MavenArchiveConfiguration |
getArchive()
Getter method for the MavenArchiveConfiguration. |
java.io.File |
getDestFile()
Getter method for the destFile. |
org.apache.maven.project.MavenProject |
getProject()
Getter method for the MavenProject. |
java.io.File |
getSrcFile()
Getter method for the srcFile. |
| 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 |
| Constructor Detail |
|---|
public CactifyEarMojo()
| Method Detail |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException - in case an error occurs.
org.apache.maven.plugin.MojoFailureException - in case a failure occurs.public org.apache.maven.project.MavenProject getProject()
public org.apache.maven.archiver.MavenArchiveConfiguration getArchive()
public java.io.File getDestFile()
public java.io.File getSrcFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||