Uses of Interface
org.ops4j.peaberry.builders.QualifiedServiceBuilder

Packages that use QualifiedServiceBuilder
org.ops4j.peaberry.builders Fluent APIs for importing and exporting dynamic services. 
org.ops4j.peaberry.internal Implementation of peaberry
 

Uses of QualifiedServiceBuilder in org.ops4j.peaberry.builders
 

Subinterfaces of QualifiedServiceBuilder in org.ops4j.peaberry.builders
 interface DecoratedServiceBuilder<T>
          See Peaberry for examples of the dynamic service builder API.
 

Methods in org.ops4j.peaberry.builders that return QualifiedServiceBuilder
 QualifiedServiceBuilder<T> DecoratedServiceBuilder.decoratedWith(ImportDecorator<? super T> instance)
          Apply the given decoration to the dynamic service.
 QualifiedServiceBuilder<T> DecoratedServiceBuilder.decoratedWith(com.google.inject.Key<? extends ImportDecorator<? super T>> key)
          Apply the given decoration to the dynamic service.
 

Uses of QualifiedServiceBuilder in org.ops4j.peaberry.internal
 

Classes in org.ops4j.peaberry.internal that implement QualifiedServiceBuilder
 class ServiceBuilderImpl<T>
          Default DecoratedServiceBuilder implementation.
 



Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.