org.codehaus.mojo.selenium
Class XvfbMojo

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by org.codehaus.gmaven.mojo.GroovyMojo
          extended by org.codehaus.mojo.selenium.XvfbMojo
All Implemented Interfaces:
groovy.lang.GroovyObject, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class XvfbMojo
extends org.codehaus.gmaven.mojo.GroovyMojo


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
XvfbMojo()
           
 
Method Summary
 void execute()
           
 File getAuthenticationFile()
           
 boolean getBackground()
           
static int getDEFAULT_DISPLAY_NUMBER()
           
static String getDISPLAY_FILE_PROP()
           
 String getDisplay()
           
 File getDisplayPropertiesFile()
           
 File getLogFile()
           
 boolean getLogOutput()
           
 String[] getOptions()
           
 boolean getReuse()
           
 boolean getSkip()
           
 boolean getXauthEnabled()
           
 String getXauthExecutable()
           
 String getXauthProtocol()
           
 String getXvfbExecutable()
           
 boolean isBackground()
           
 boolean isLogOutput()
           
 boolean isReuse()
           
 boolean isSkip()
           
 boolean isXauthEnabled()
           
 void setAuthenticationFile(File value)
           
 void setBackground(boolean value)
           
 void setDisplay(String value)
           
 void setDisplayPropertiesFile(File value)
           
 void setLogFile(File value)
           
 void setLogOutput(boolean value)
           
 void setOptions(String[] value)
           
 void setReuse(boolean value)
           
 void setSkip(boolean value)
           
 void setXauthEnabled(boolean value)
           
 void setXauthExecutable(String value)
           
 void setXauthProtocol(String value)
           
 void setXvfbExecutable(String value)
           
 
Methods inherited from class org.codehaus.gmaven.mojo.GroovyMojo
fail, fail, getLog, getPluginContext, getProperty, setLog, setPluginContext
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, invokeMethod, setMetaClass, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XvfbMojo

public XvfbMojo()
Method Detail

getXvfbExecutable

public String getXvfbExecutable()

setXvfbExecutable

public void setXvfbExecutable(String value)

getXauthEnabled

public boolean getXauthEnabled()

isXauthEnabled

public boolean isXauthEnabled()

setXauthEnabled

public void setXauthEnabled(boolean value)

getXauthExecutable

public String getXauthExecutable()

setXauthExecutable

public void setXauthExecutable(String value)

getXauthProtocol

public String getXauthProtocol()

setXauthProtocol

public void setXauthProtocol(String value)

getAuthenticationFile

public File getAuthenticationFile()

setAuthenticationFile

public void setAuthenticationFile(File value)

getDEFAULT_DISPLAY_NUMBER

public static int getDEFAULT_DISPLAY_NUMBER()

getDisplay

public String getDisplay()

setDisplay

public void setDisplay(String value)

getOptions

public String[] getOptions()

setOptions

public void setOptions(String[] value)

getDisplayPropertiesFile

public File getDisplayPropertiesFile()

setDisplayPropertiesFile

public void setDisplayPropertiesFile(File value)

getLogOutput

public boolean getLogOutput()

isLogOutput

public boolean isLogOutput()

setLogOutput

public void setLogOutput(boolean value)

getLogFile

public File getLogFile()

setLogFile

public void setLogFile(File value)

getBackground

public boolean getBackground()

isBackground

public boolean isBackground()

setBackground

public void setBackground(boolean value)

getSkip

public boolean getSkip()

isSkip

public boolean isSkip()

setSkip

public void setSkip(boolean value)

getReuse

public boolean getReuse()

isReuse

public boolean isReuse()

setReuse

public void setReuse(boolean value)

getDISPLAY_FILE_PROP

public static String getDISPLAY_FILE_PROP()

execute

public void execute()


Copyright © 2006-2012 Codehaus. All Rights Reserved.