org.jboss.maven.plugins.as.control.mojo
Class JbossAsControlUndeployMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.jboss.maven.plugins.as.control.mojo.JbossAsControlAbstractMojo
          extended by org.jboss.maven.plugins.as.control.mojo.JbossAsControlAbstractDeploymentMojo
              extended by org.jboss.maven.plugins.as.control.mojo.JbossAsControlUndeployMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class JbossAsControlUndeployMojo
extends JbossAsControlAbstractDeploymentMojo

JbossAsControlUndeployMojo.java Maven2 Plugin to undeploy from a running AS instance

Version:
$Revision: $
Author:
Guillaume Radde

Field Summary
 
Fields inherited from class org.jboss.maven.plugins.as.control.mojo.JbossAsControlAbstractDeploymentMojo
delegate, DELIMITER_DEPLOYABLE_FILES, files, hackClassLoader, logger, runTests, serverConfigName
 
Fields inherited from class org.jboss.maven.plugins.as.control.mojo.JbossAsControlAbstractMojo
project
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
JbossAsControlUndeployMojo()
           
 
Method Summary
 void execute()
          Maven Plugin Execution Entry Undeployes the file(s)
 
Methods inherited from class org.jboss.maven.plugins.as.control.mojo.JbossAsControlAbstractDeploymentMojo
getDeployableUnits, getFiles, getJbossClientClassLoader, getServerConfigName, isEnabled, setFiles, setServerConfigName
 
Methods inherited from class org.jboss.maven.plugins.as.control.mojo.JbossAsControlAbstractMojo
getProject, setProject
 
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
 

Constructor Detail

JbossAsControlUndeployMojo

public JbossAsControlUndeployMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Maven Plugin Execution Entry Undeployes the file(s)

Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException


Copyright © 2009 JBoss Inc.. All Rights Reserved.