org.jboss.maven.plugins.as.control.mojo
Class JbossAsControlStartMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jboss.maven.plugins.as.control.mojo.JbossAsControlAbstractMojo
org.jboss.maven.plugins.as.control.mojo.JbossAsControlStartMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class JbossAsControlStartMojo
- extends JbossAsControlAbstractMojo
JbossAsControlStartMojo
Maven2 Plugin to start the AS
- Version:
- $Revision: $
- Author:
- ALR
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
JbossAsControlStartMojo
public JbossAsControlStartMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Maven Plugin Execution Entry
Starts the Server
- 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)
getServerConfigName
public String getServerConfigName()
setServerConfigName
public void setServerConfigName(String serverConfigName)
Copyright © 2009 JBoss Inc.. All Rights Reserved.