org.codehaus.mojo.jboss
Class UndeployMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.jboss.AbstractJBossDeployerMojo
          extended by org.codehaus.mojo.jboss.UndeployMojo
All Implemented Interfaces:
ContextEnabled, 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

Field Summary
static String DEFAULT_UNDEPLOY_URL
           
protected  String undeployUrlPath
          The undeployment path relative to the base server URL.
 
Fields inherited from class org.codehaus.mojo.jboss.AbstractJBossDeployerMojo
fileNames, hostName, port
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
UndeployMojo()
           
 
Method Summary
 void execute()
          Main plugin execution.
 
Methods inherited from class org.codehaus.mojo.jboss.AbstractJBossDeployerMojo
doURL
 
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
 

Field Detail

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:
Constructor Detail

UndeployMojo

public UndeployMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException
Main plugin execution.

Throws:
MojoExecutionException


Copyright © 2005-2010 Codehaus. All Rights Reserved.