com.atlassian.browsers
Class InstallConfigurator

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

public abstract class InstallConfigurator
extends java.lang.Object

An abstract class which needs to be passed to the BrowserAutoInstaller. For each browser type there is a setup*Browser* method which is called by the BrowserAutoInstaller and takes the browserConfig and performs additional setup tasks.


Constructor Summary
InstallConfigurator()
           
 
Method Summary
abstract  void setupChromeBrowser(BrowserConfig browserConfig)
           
abstract  void setupFirefoxBrowser(BrowserConfig browserConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallConfigurator

public InstallConfigurator()
Method Detail

setupFirefoxBrowser

public abstract void setupFirefoxBrowser(BrowserConfig browserConfig)

setupChromeBrowser

public abstract void setupChromeBrowser(BrowserConfig browserConfig)


Copyright © 2011 Atlassian. All Rights Reserved.