Uses of Interface
brooklyn.policy.Enricher

Packages that use Enricher
brooklyn.entity   
 

Uses of Enricher in brooklyn.entity
 

Methods in brooklyn.entity that return types with arguments of type Enricher
 Collection<Enricher> Entity.getEnrichers()
           
 

Methods in brooklyn.entity with parameters of type Enricher
 void Entity.addEnricher(Enricher enricher)
          Adds the given enricher to this entity.
 boolean Entity.removeEnricher(Enricher enricher)
          Removes the given enricher from this entity.
 



Copyright © 2013. All Rights Reserved.