org.codehaus.mojo.jboss.packaging
Class AbstractSarPackagingMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.jboss.packaging.AbstractPackagingMojo
          extended by org.codehaus.mojo.jboss.packaging.AbstractSarPackagingMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
AbstractHarPackagingMojo, SarExplodedMojo, SarInPlaceExplodedMojo, SarMojo

public abstract class AbstractSarPackagingMojo
extends AbstractPackagingMojo

Abstract super clas for building a deployable JBoss Service 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
AbstractSarPackagingMojo()
           
 
Method Summary
 java.lang.String getArtifactType()
          Get the type of the artifact.
 java.lang.String getDeploymentDescriptorFilename()
          Get the deployment descriptor filename.
 
Methods inherited from class org.codehaus.mojo.jboss.packaging.AbstractPackagingMojo
buildExplodedPackaging, buildExplodedPackaging, buildSpecificPackaging, 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

AbstractSarPackagingMojo

public AbstractSarPackagingMojo()
Method Detail

getDeploymentDescriptorFilename

public java.lang.String getDeploymentDescriptorFilename()
Get the deployment descriptor filename.

Specified by:
getDeploymentDescriptorFilename in class AbstractPackagingMojo
Returns:
The filename of the deployment descriptor (jboss-service.xml).

getArtifactType

public java.lang.String getArtifactType()
Get the type of the artifact.

Specified by:
getArtifactType in class AbstractPackagingMojo
Returns:
The type of the generated artifact.


Copyright © 2006-2009. All Rights Reserved.