com.atlassian.browsers
Interface BrowserConfiguration


public interface BrowserConfiguration

Defaines the interface that each client has to implement to be used by the BrowserAutoInstaller. This is so that each client can define the temporary location for installing the browsers as well as the way to get the browserName

See Also:
BrowserAutoInstaller

Method Summary
 java.lang.String getBrowserName()
           
 java.io.File getTmpDir()
           
 

Method Detail

getTmpDir

java.io.File getTmpDir()

getBrowserName

java.lang.String getBrowserName()


Copyright © 2010 Atlassian. All Rights Reserved.