Uses of Class
org.apache.aries.subsystem.core.archive.DeployedContentHeader.Clause

Packages that use DeployedContentHeader.Clause
org.apache.aries.subsystem.core.archive   
org.apache.aries.subsystem.core.internal   
 

Uses of DeployedContentHeader.Clause in org.apache.aries.subsystem.core.archive
 

Methods in org.apache.aries.subsystem.core.archive that return DeployedContentHeader.Clause
 DeployedContentHeader.Clause DeployedContentHeader.getClause(org.osgi.resource.Resource resource)
           
 

Methods in org.apache.aries.subsystem.core.archive that return types with arguments of type DeployedContentHeader.Clause
 Collection<DeployedContentHeader.Clause> DeployedContentHeader.getClauses()
           
 

Constructors in org.apache.aries.subsystem.core.archive with parameters of type DeployedContentHeader.Clause
DeployedContentRequirement(DeployedContentHeader.Clause clause, org.osgi.resource.Resource resource)
           
 

Constructor parameters in org.apache.aries.subsystem.core.archive with type arguments of type DeployedContentHeader.Clause
DeployedContentHeader(Collection<DeployedContentHeader.Clause> clauses)
           
 

Uses of DeployedContentHeader.Clause in org.apache.aries.subsystem.core.internal
 

Methods in org.apache.aries.subsystem.core.internal that return types with arguments of type DeployedContentHeader.Clause
 Collection<DeployedContentHeader.Clause> SubsystemResource.getMissingResources()
           
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.