org.n0pe.mojo.asadmin
Class DeleteJdbcResourceMojo

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

public class DeleteJdbcResourceMojo
extends AbstractAsadminMojo

DeleteJdbcResourceMojo.

Author:
Christophe SOUVIGNIER

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
DeleteJdbcResourceMojo()
           
 
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

DeleteJdbcResourceMojo

public DeleteJdbcResourceMojo()
Method Detail

getAsCommandList

protected AsAdminCmdList getAsCommandList()
                                   throws org.apache.maven.plugin.MojoExecutionException,
                                          org.apache.maven.plugin.MojoFailureException
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
Throws:
org.apache.maven.plugin.MojoExecutionException - MojoExecutionException
org.apache.maven.plugin.MojoFailureException - MojoFailureException


Copyright © 2010. All Rights Reserved.