Uses of Class
org.apache.felix.framework.capabilityset.Attribute

Packages that use Attribute
org.apache.felix.framework.capabilityset   
org.apache.felix.framework.resolver   
org.apache.felix.framework.util.manifestparser   
 

Uses of Attribute in org.apache.felix.framework.capabilityset
 

Methods in org.apache.felix.framework.capabilityset that return Attribute
 Attribute Capability.getAttribute(java.lang.String name)
           
 

Methods in org.apache.felix.framework.capabilityset that return types with arguments of type Attribute
 java.util.List<Attribute> Capability.getAttributes()
           
 

Uses of Attribute in org.apache.felix.framework.resolver
 

Methods in org.apache.felix.framework.resolver that return Attribute
 Attribute HostedCapability.getAttribute(java.lang.String name)
           
 

Methods in org.apache.felix.framework.resolver that return types with arguments of type Attribute
 java.util.List<Attribute> HostedCapability.getAttributes()
           
 

Uses of Attribute in org.apache.felix.framework.util.manifestparser
 

Fields in org.apache.felix.framework.util.manifestparser with type parameters of type Attribute
 java.util.List<Attribute> ParsedHeaderClause.m_attrs
           
 

Methods in org.apache.felix.framework.util.manifestparser that return Attribute
 Attribute CapabilityImpl.getAttribute(java.lang.String name)
           
 

Methods in org.apache.felix.framework.util.manifestparser that return types with arguments of type Attribute
 java.util.List<Attribute> CapabilityImpl.getAttributes()
           
 

Constructor parameters in org.apache.felix.framework.util.manifestparser with type arguments of type Attribute
CapabilityImpl(Module module, java.lang.String namespace, java.util.List<Directive> dirs, java.util.List<Attribute> attrs)
           
ParsedHeaderClause(java.util.List<java.lang.String> paths, java.util.List<Directive> dirs, java.util.List<Attribute> attrs)
           
RequirementImpl(Module module, java.lang.String namespace, java.util.List<Directive> dirs, java.util.List<Attribute> attrs)
           
 



Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.