org.codehaus.mojo.jboss
Class ReDeployMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.jboss.AbstractJBossDeployerMojo
          extended by org.codehaus.mojo.jboss.ReDeployMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class ReDeployMojo
extends AbstractJBossDeployerMojo

ReDeploys a directory or file to JBoss via JMX.

Author:
Jeff Genender
Is defined by the goal name:
redeploy

Field Summary
static String DEFAULT_REDEPLOY_URL
           
protected  String redeployUrlPath
          The redeployment URL.
 
Fields inherited from class org.codehaus.mojo.jboss.AbstractJBossDeployerMojo
fileNames, hostName, port, skip
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ReDeployMojo()
           
 
Method Summary
 void doExecute()
          Main plugin execution.
 
Methods inherited from class org.codehaus.mojo.jboss.AbstractJBossDeployerMojo
doURL, execute
 
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_REDEPLOY_URL

public static final String DEFAULT_REDEPLOY_URL
See Also:
Constant Field Values

redeployUrlPath

protected String redeployUrlPath
The redeployment URL.

Is defined by:
Constructor Detail

ReDeployMojo

public ReDeployMojo()
Method Detail

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.