Uses of Interface
org.apache.aries.application.modelling.ImportedPackage

Packages that use ImportedPackage
org.apache.aries.application.modelling   
org.apache.aries.application.modelling.utils   
 

Uses of ImportedPackage in org.apache.aries.application.modelling
 

Methods in org.apache.aries.application.modelling that return ImportedPackage
 ImportedPackage ModellingManager.getImportedPackage(String pkg, Map<String,String> attributes)
           
 

Methods in org.apache.aries.application.modelling that return types with arguments of type ImportedPackage
 Collection<? extends ImportedPackage> ModelledResource.getImportedPackages()
          Import-Package header modelled to be a collection of the imported packages objects.
 

Uses of ImportedPackage in org.apache.aries.application.modelling.utils
 

Methods in org.apache.aries.application.modelling.utils that return ImportedPackage
 ImportedPackage ModellingHelper.intersectPackage(ImportedPackage p1, ImportedPackage p2)
          Create a new ImnportedPackage that is the intersection of the two supplied imports.
 

Methods in org.apache.aries.application.modelling.utils with parameters of type ImportedPackage
 ImportedPackage ModellingHelper.intersectPackage(ImportedPackage p1, ImportedPackage p2)
          Create a new ImnportedPackage that is the intersection of the two supplied imports.
 



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