org.codehaus.mojo.selenium
Class StartServerMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.selenium.StartServerMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
StartMojo

public class StartServerMojo
extends org.apache.maven.plugin.AbstractMojo

Start the Selenium server.

Version:
$Id: StartServerMojo.java 3393 2007-02-23 02:00:06Z user57 $

Field Summary
protected  boolean logOutput
          Enable logging mode.
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
StartServerMojo()
           
 
Method Summary
 void execute()
           
 
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

logOutput

protected boolean logOutput
Enable logging mode.

Constructor Detail

StartServerMojo

public StartServerMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2006-2007 Codehaus. All Rights Reserved.