Uses of Interface
brooklyn.location.LocationDefinition

Packages that use LocationDefinition
brooklyn.location   
 

Uses of LocationDefinition in brooklyn.location
 

Methods in brooklyn.location that return LocationDefinition
 LocationDefinition LocationRegistry.getDefinedLocation(String id)
           
 LocationDefinition LocationRegistry.getDefinedLocationByName(String name)
           
 

Methods in brooklyn.location that return types with arguments of type LocationDefinition
 Map<String,LocationDefinition> LocationRegistry.getDefinedLocations()
           
 

Methods in brooklyn.location with parameters of type LocationDefinition
 Location LocationRegistry.resolve(LocationDefinition l)
          returns fully populated (config etc) location from the given definition
 void LocationRegistry.updateDefinedLocation(LocationDefinition l)
          adds or updates the given defined location
 



Copyright © 2013. All Rights Reserved.