Uses of Interface
brooklyn.entity.drivers.EntityDriver

Packages that use EntityDriver
brooklyn.entity.drivers   
brooklyn.entity.drivers.downloads   
 

Uses of EntityDriver in brooklyn.entity.drivers
 

Classes in brooklyn.entity.drivers with type parameters of type EntityDriver
 interface DriverDependentEntity<D extends EntityDriver>
          An Entity that needs to have a driver.
 

Methods in brooklyn.entity.drivers with type parameters of type EntityDriver
<D extends EntityDriver>
D
EntityDriverManager.build(DriverDependentEntity<D> entity, Location location)
          Builds a new EntityDriver for the given entity/location.
<D extends EntityDriver>
D
EntityDriverFactory.build(DriverDependentEntity<D> entity, Location location)
          Deprecated. Builds a new EntityDriver for the given entity/location.
<D extends EntityDriver>
void
EntityDriverManager.registerDriver(Class<D> driverInterface, Class<? extends Location> locationClazz, Class<? extends D> driverClazz)
           
 

Uses of EntityDriver in brooklyn.entity.drivers.downloads
 

Methods in brooklyn.entity.drivers.downloads that return EntityDriver
 EntityDriver DownloadResolverManager.DownloadRequirement.getEntityDriver()
          The EntityDriver that this download is for.
 

Methods in brooklyn.entity.drivers.downloads with parameters of type EntityDriver
 DownloadResolver DownloadResolverManager.newDownloader(EntityDriver driver)
          For installing the main entity.
 DownloadResolver DownloadResolverManager.newDownloader(EntityDriver driver, Map<String,?> properties)
          For installing the main entity.
 DownloadResolver DownloadResolverManager.newDownloader(EntityDriver driver, String addonName, Map<String,?> addonProperties)
          For installing an entity add-on.
 



Copyright © 2013. All Rights Reserved.