Uses of Interface
org.osgi.resource.Capability

Packages that use Capability
org.jboss.osgi.resolver   
org.jboss.osgi.resolver.internal   
org.jboss.osgi.resolver.spi   
org.osgi.framework.wiring Framework Wiring Package Version 1.1. 
org.osgi.resource Resource Package Version 1.0. 
org.osgi.service.resolver Resolver Service Package Version 1.0. 
 

Uses of Capability in org.jboss.osgi.resolver
 

Subinterfaces of Capability in org.jboss.osgi.resolver
 interface XBundleCapability
          An extension to BundleCapability
 interface XCapability
          An extension to the Capability
 interface XHostCapability
          A fragment host capability
 interface XIdentityCapability
          An identity capability
 interface XPackageCapability
          A package capability
 interface XResourceCapability
          A bundle capability
 

Methods in org.jboss.osgi.resolver that return types with arguments of type Capability
 List<Capability> XEnvironment.findProviders(Requirement req)
           
 

Methods in org.jboss.osgi.resolver with parameters of type Capability
 boolean XRequirement.matches(Capability cap)
          Matches this requirement against the given capability.
 

Uses of Capability in org.jboss.osgi.resolver.internal
 

Method parameters in org.jboss.osgi.resolver.internal with type arguments of type Capability
 IllegalStateException ResolverMessages.illegalStateMultipleIdentities(List<Capability> caps)
           
 

Uses of Capability in org.jboss.osgi.resolver.spi
 

Classes in org.jboss.osgi.resolver.spi that implement Capability
 class AbstractBundleCapability
          The abstract implementation of an XBundleCapability.
 class AbstractCapability
          The abstract implementation of a XCapability.
 class AbstractCapabilityWrapper
          A wrapper for XCapability.
 

Methods in org.jboss.osgi.resolver.spi that return Capability
 Capability AbstractWire.getCapability()
           
 Capability ResourceValidationException.getInvalidCapability()
           
 

Methods in org.jboss.osgi.resolver.spi that return types with arguments of type Capability
 List<Capability> AbstractEnvironment.findProviders(Requirement req)
           
 List<Capability> AbstractResolveContext.findProviders(Requirement req)
           
 List<Capability> AbstractResource.getCapabilities(String namespace)
           
protected  Comparator<Capability> AbstractResolveContext.getComparator()
           
 List<Capability> AbstractWiring.getResourceCapabilities(String namespace)
           
 

Methods in org.jboss.osgi.resolver.spi with parameters of type Capability
protected  void AbstractResource.addCapability(Capability cap)
           
 boolean AbstractRequirement.matches(Capability cap)
           
 boolean AbstractPackageRequirement.matches(Capability cap)
           
 boolean AbstractHostRequirement.matches(Capability cap)
           
 

Method parameters in org.jboss.osgi.resolver.spi with type arguments of type Capability
 int AbstractResolveContext.insertHostedCapability(List<Capability> caps, HostedCapability hostedCapability)
           
 

Constructors in org.jboss.osgi.resolver.spi with parameters of type Capability
AbstractWire(Capability capability, Requirement requirement, Resource provider, Resource requirer)
           
 

Uses of Capability in org.osgi.framework.wiring
 

Subinterfaces of Capability in org.osgi.framework.wiring
 interface BundleCapability
          A capability that has been declared from a bundle revision.
 

Methods in org.osgi.framework.wiring that return types with arguments of type Capability
 List<Capability> BundleRevision.getCapabilities(String namespace)
          Returns the capabilities declared by this resource.
 List<Capability> BundleWiring.getResourceCapabilities(String namespace)
          Returns the capabilities provided by this wiring.
 

Uses of Capability in org.osgi.resource
 

Methods in org.osgi.resource that return Capability
 Capability Wire.getCapability()
          Returns the Capability for this wire.
 

Methods in org.osgi.resource that return types with arguments of type Capability
 List<Capability> Resource.getCapabilities(String namespace)
          Returns the capabilities declared by this resource.
 List<Capability> Wiring.getResourceCapabilities(String namespace)
          Returns the capabilities provided by this wiring.
 

Uses of Capability in org.osgi.service.resolver
 

Subinterfaces of Capability in org.osgi.service.resolver
 interface HostedCapability
          A capability hosted by a resource.
 

Methods in org.osgi.service.resolver that return Capability
 Capability HostedCapability.getDeclaredCapability()
          Return the Capability hosted by the Resource.
 

Methods in org.osgi.service.resolver that return types with arguments of type Capability
abstract  List<Capability> ResolveContext.findProviders(Requirement requirement)
          Find Capabilities that match the given Requirement.
 

Method parameters in org.osgi.service.resolver with type arguments of type Capability
abstract  int ResolveContext.insertHostedCapability(List<Capability> capabilities, HostedCapability hostedCapability)
          Add a HostedCapability to the list of capabilities returned from ResolveContext.findProviders(Requirement).
 



Copyright © 2012 JBoss by Red Hat. All Rights Reserved.