Uses of Interface
org.fusesource.fabric.dosgi.capset.Capability

Packages that use Capability
org.fusesource.fabric.dosgi.capset   
org.fusesource.fabric.dosgi.impl   
 

Uses of Capability in org.fusesource.fabric.dosgi.capset
 

Classes in org.fusesource.fabric.dosgi.capset with type parameters of type Capability
 class CapabilitySet<C extends Capability>
           
 

Methods in org.fusesource.fabric.dosgi.capset with parameters of type Capability
static boolean CapabilitySet.matches(Capability cap, SimpleFilter sf)
           
 

Uses of Capability in org.fusesource.fabric.dosgi.impl
 

Classes in org.fusesource.fabric.dosgi.impl that implement Capability
 class EndpointDescription
          A description of an endpoint that provides sufficient information for a compatible distribution provider to create a connection to this endpoint An Endpoint Description is easy to transfer between different systems because it is property based where the property keys are strings and the values are simple types.
 



Copyright © 2013 Red Hat. All Rights Reserved.