org.n0pe.mojo.asadmin
Class StopDomainMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.n0pe.mojo.asadmin.AbstractAsadminMojo
          extended by org.n0pe.mojo.asadmin.StopDomainMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, IAsAdminConfig

public class StopDomainMojo
extends AbstractAsadminMojo

Author:
Paul Merlin

Field Summary
 
Fields inherited from class org.n0pe.mojo.asadmin.AbstractAsadminMojo
appArchive, appName, contextRoot, domain, mavenProject
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
StopDomainMojo()
           
 
Method Summary
protected  AsAdminCmdList getAsCommandList()
          Build and return a list of IAsCommand to be executed.
 
Methods inherited from class org.n0pe.mojo.asadmin.AbstractAsadminMojo
execute, getGlassfishHome, getHost, getPasswordFile, getPort, getUser, isSecure
 
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

StopDomainMojo

public StopDomainMojo()
Method Detail

getAsCommandList

protected AsAdminCmdList getAsCommandList()
Description copied from class: AbstractAsadminMojo
Build and return a list of IAsCommand to be executed. AbstractAsadminMojo subclasses need to implement this method.

Specified by:
getAsCommandList in class AbstractAsadminMojo
Returns:
A list of IAsCommand to be executed


Copyright © 2010. All Rights Reserved.