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

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.JbossAsControlStopMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class JbossAsControlStopMojo
extends JbossAsControlAbstractMojo

JbossAsControlStartMojo Maven2 Plugin to stop the AS

Version:
$Revision: $
Author:
ALR

Field Summary
 
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
JbossAsControlStopMojo()
           
 
Method Summary
 void execute()
          Maven Plugin Execution Entry Stops the Server, assuming only one server instance is running and failing if not.
 List<String> getJvmArgs()
           
 boolean isEnabled()
           
 void setJvmArgs(List<String> jvmArgs)
           
 
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

JbossAsControlStopMojo

public JbossAsControlStopMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Maven Plugin Execution Entry Stops the Server, assuming only one server instance is running and failing if not.

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

isEnabled

public boolean isEnabled()

getJvmArgs

public List<String> getJvmArgs()

setJvmArgs

public void setJvmArgs(List<String> jvmArgs)


Copyright © 2009 JBoss Inc.. All Rights Reserved.