com.atlassian.browsers
Class BrowserConfig

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

public class BrowserConfig
extends java.lang.Object

Contains the config for the browser such as the path to the binary to execute to start the browser as well as the path to the profile for the browser.


Constructor Summary
protected BrowserConfig(java.io.File browserPath, java.io.File binary, java.io.File profile)
           
 
Method Summary
 java.lang.String getBinaryPath()
           
 java.io.File getBrowserPath()
           
 java.lang.String getProfilePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserConfig

protected BrowserConfig(java.io.File browserPath,
                        java.io.File binary,
                        java.io.File profile)
Method Detail

getBrowserPath

public java.io.File getBrowserPath()

getBinaryPath

public java.lang.String getBinaryPath()

getProfilePath

public java.lang.String getProfilePath()


Copyright © 2011 Atlassian. All Rights Reserved.