|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jboss.packaging.AbstractPackagingMojo
org.codehaus.mojo.jboss.packaging.AbstractESBMojo
public abstract class AbstractESBMojo
Base class for building a JBoss ESB archive.
Field Summary |
---|
Fields inherited from class org.codehaus.mojo.jboss.packaging.AbstractPackagingMojo |
---|
deploymentDescriptorFile |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
AbstractESBMojo()
|
Method Summary | |
---|---|
protected void |
buildSpecificPackaging(java.util.Set excludes)
Perform any packaging specific to this type. |
java.lang.String |
getArtifactType()
Get the type of the artifact. |
java.lang.String |
getDeploymentDescriptorFilename()
Get the name of the deployment descriptor file. |
Methods inherited from class org.codehaus.mojo.jboss.packaging.AbstractPackagingMojo |
---|
buildExplodedPackaging, buildExplodedPackaging, getAlternateDeploymentDescriptorFilenames, getArchiveName, getOutputDirectory, getPackagingDirectory, getProject, performPackaging |
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 |
Constructor Detail |
---|
public AbstractESBMojo()
Method Detail |
---|
protected void buildSpecificPackaging(java.util.Set excludes) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException, java.io.IOException
buildSpecificPackaging
in class AbstractPackagingMojo
excludes
- The exclude list.
org.apache.maven.plugin.MojoExecutionException
- For plugin failures.
org.apache.maven.plugin.MojoFailureException
- For unexpected plugin failures.
java.io.IOException
- For exceptions during IO operations.public java.lang.String getDeploymentDescriptorFilename()
getDeploymentDescriptorFilename
in class AbstractPackagingMojo
public java.lang.String getArtifactType()
getArtifactType
in class AbstractPackagingMojo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |