com.atlassian.browsers
Class BrowserConfig
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrowserConfig
protected BrowserConfig(java.io.File browserPath,
java.io.File binary,
java.io.File profile)
getBrowserPath
public java.io.File getBrowserPath()
getBinaryPath
public java.lang.String getBinaryPath()
getProfilePath
public java.lang.String getProfilePath()
Copyright © 2010 Atlassian. All Rights Reserved.