org.codehaus.mojo.jboss
Class StartMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jboss.AbstractJBossServerMojo
org.codehaus.mojo.jboss.StartMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
- Direct Known Subclasses:
- StartAndWaitMojo
public class StartMojo
- extends AbstractJBossServerMojo
Starts JBoss.
- Author:
- Jeff Genender
- Is defined by the goal name:
- start
- Requires a Maven project to run:
- false
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
void |
execute()
Main plugin execution. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STARTUP_COMMAND
public static final String STARTUP_COMMAND
- The command to start JBoss.
- See Also:
- Constant Field Values
StartMojo
public StartMojo()
execute
public void execute()
throws MojoExecutionException
- Main plugin execution.
- Throws:
MojoExecutionException
Copyright © 2005-2010 Codehaus. All Rights Reserved.