com.atlassian.browsers
Class BrowserAutoInstaller

java.lang.Object
  extended by com.atlassian.browsers.BrowserAutoInstaller

public class BrowserAutoInstaller
extends java.lang.Object


Field Summary
static java.lang.String CHROME_XVFB
           
 
Constructor Summary
BrowserAutoInstaller(BrowserConfiguration browserConfiguration, InstallConfigurator configurator)
          Takes a browserConfiration which defines specifics for each client and a InstallConfigurator which allows post setup tasks to be executed specific for each client.
 
Method Summary
 void setupBrowser()
          Setups the temporary directy to install the browser into as well as setting the dsiplay if required for Unix operating systems.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHROME_XVFB

public static final java.lang.String CHROME_XVFB
See Also:
Constant Field Values
Constructor Detail

BrowserAutoInstaller

public BrowserAutoInstaller(BrowserConfiguration browserConfiguration,
                            InstallConfigurator configurator)
Takes a browserConfiration which defines specifics for each client and a InstallConfigurator which allows post setup tasks to be executed specific for each client.

Parameters:
browserConfiguration -
configurator -
Method Detail

setupBrowser

public void setupBrowser()
Setups the temporary directy to install the browser into as well as setting the dsiplay if required for Unix operating systems. The browser installer then installs the browser into the temporary directory.



Copyright © 2010 Atlassian. All Rights Reserved.