org.openqa.selenium.server
Class ApplicationRegistry

java.lang.Object
  extended by org.openqa.selenium.server.ApplicationRegistry

public class ApplicationRegistry
extends Object

Application Registry. Global object to find common objects and services.

See http://martinfowler.com/eaaCatalog/registry.html


Constructor Summary
ApplicationRegistry()
           
 
Method Summary
 BrowserInstallationCache browserInstallationCache()
           
static ApplicationRegistry instance()
          Return the singleton instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationRegistry

public ApplicationRegistry()
Method Detail

instance

public static ApplicationRegistry instance()
Return the singleton instance.

Returns:
The singleton instance. Never null.

browserInstallationCache

public BrowserInstallationCache browserInstallationCache()


Copyright © 2012. All Rights Reserved.