org.codehaus.mojo.jboss
Class StartMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.jboss.AbstractJBossServerMojo
          extended by 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

Field Summary
static String STARTUP_COMMAND
          The command to start JBoss.
 
Fields inherited from class org.codehaus.mojo.jboss.AbstractJBossServerMojo
jbossHome, options, serverName
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
StartMojo()
           
 
Method Summary
 void execute()
          Main plugin execution.
 
Methods inherited from class org.codehaus.mojo.jboss.AbstractJBossServerMojo
checkConfig, dump, getPassword, getUsername, launch
 
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
 

Field Detail

STARTUP_COMMAND

public static final String STARTUP_COMMAND
The command to start JBoss.

See Also:
Constant Field Values
Constructor Detail

StartMojo

public StartMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException
Main plugin execution.

Throws:
MojoExecutionException


Copyright © 2005-2010 Codehaus. All Rights Reserved.