org.codehaus.mojo.was6
Class WsUninstallAppMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.was6.AbstractWas6Mojo
          extended by org.codehaus.mojo.was6.AbstractAppMojo
              extended by org.codehaus.mojo.was6.WsUninstallAppMojo
All Implemented Interfaces:
ContextEnabled, Mojo

public class WsUninstallAppMojo
extends AbstractAppMojo

Enables you to uninstall an existing application from a WebSphere Server or Cell. This goal builds upon the wsadmin task and shares many of the same attributes. This task is a wrapper for the AdminApp.uninstall() command of the wsadmin tool.

Author:
David J. M. Karlsen
Is defined by the goal name:
wsUninstallApp

Field Summary
 
Fields inherited from class org.codehaus.mojo.was6.AbstractAppMojo
applicationName
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
WsUninstallAppMojo()
           
 
Method Summary
protected  void configureBuildScript(org.dom4j.Document document)
          Method to be implemented by subclasses for configuring their task.
protected  String getTaskName()
          Defines the task name in the build script.
 
Methods inherited from class org.codehaus.mojo.was6.AbstractWas6Mojo
configureTaskAttribute, execute, getMavenProject, getSettings, getTaskElement, getWasHome, getWorkingDirectory, getWsAntExecutable, isVerbose
 
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

WsUninstallAppMojo

public WsUninstallAppMojo()
Method Detail

getTaskName

protected String getTaskName()
Defines the task name in the build script.

Specified by:
getTaskName in class AbstractWas6Mojo
Returns:
name of the task

configureBuildScript

protected void configureBuildScript(org.dom4j.Document document)
                             throws MojoExecutionException
Method to be implemented by subclasses for configuring their task.

Overrides:
configureBuildScript in class AbstractAppMojo
Parameters:
document - the build document.
Throws:
MojoExecutionException - if any failure occurs.


Copyright © 2007-2012 Codehaus. All Rights Reserved.