org.codehaus.mojo.jboss.packaging
Class AbstractSpringPackagingMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jboss.packaging.AbstractPackagingMojo
org.codehaus.mojo.jboss.packaging.AbstractSpringPackagingMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- SpringMojo
public abstract class AbstractSpringPackagingMojo
- extends AbstractPackagingMojo
Abstract super class for building a deployable JBoss Spring Archive.
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
AbstractSpringPackagingMojo
public AbstractSpringPackagingMojo()
getDeploymentDescriptorFilename
public String getDeploymentDescriptorFilename()
- Return the name of the jboss-spring deployment descriptor (jboss-spring.xml).
- Specified by:
getDeploymentDescriptorFilename
in class AbstractPackagingMojo
- Returns:
- Filename of the jboss spring deployment descriptor
getArtifactType
public String getArtifactType()
- Get the type of the artifact.
- Specified by:
getArtifactType
in class AbstractPackagingMojo
- Returns:
- The type of the generated artifact.
Copyright © 2006-2011 Codehaus. All Rights Reserved.