org.codehaus.mojo.jboss
Class UndeployMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jboss.AbstractJBossDeployerMojo
org.codehaus.mojo.jboss.UndeployMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class UndeployMojo
- extends AbstractJBossDeployerMojo
Undeploys a directory or file from JBoss via JMX.
- Author:
- Jeff Genender
- Is defined by the goal name:
- undeploy
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
void |
doExecute()
Main plugin execution. |
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 |
DEFAULT_UNDEPLOY_URL
public static final String DEFAULT_UNDEPLOY_URL
- See Also:
- Constant Field Values
undeployUrlPath
protected String undeployUrlPath
- The undeployment path relative to the base server URL.
- Is defined by:
UndeployMojo
public UndeployMojo()
doExecute
public void doExecute()
throws org.apache.maven.plugin.MojoExecutionException
- Main plugin execution.
- Specified by:
doExecute
in class AbstractJBossDeployerMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2005-2012 Codehaus. All Rights Reserved.