org.openqa.selenium.server.browserlaunchers
Class BrowserInstallationCache

java.lang.Object
  extended by org.openqa.selenium.server.browserlaunchers.BrowserInstallationCache

public class BrowserInstallationCache
extends java.lang.Object

Cache browser installation corresponding to a spefic browser string and launcher location.


Constructor Summary
BrowserInstallationCache()
           
 
Method Summary
protected  java.lang.String cacheKey(java.lang.String browserString, java.lang.String customLauncherPath)
           
 BrowserInstallation locateBrowserInstallation(java.lang.String browserName, java.lang.String customLauncherPath, BrowserLocator locator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserInstallationCache

public BrowserInstallationCache()
Method Detail

locateBrowserInstallation

public BrowserInstallation locateBrowserInstallation(java.lang.String browserName,
                                                     java.lang.String customLauncherPath,
                                                     BrowserLocator locator)

cacheKey

protected java.lang.String cacheKey(java.lang.String browserString,
                                    java.lang.String customLauncherPath)


Copyright © 2011. All Rights Reserved.