org.n0pe.mojo.asadmin
Class StartDomainMojo

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

public class StartDomainMojo
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
StartDomainMojo()
           
 
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

StartDomainMojo

public StartDomainMojo()
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.