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

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

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

Methods in org.apache.aries.application.modelling that return ImportedBundle
 ImportedBundle ModelledResource.getFragmentHost()
          The fragment host.
 ImportedBundle ExportedBundle.getFragmentHost()
          Get the fragment host.
 ImportedBundle ModellingManager.getImportedBundle(String filterString, Map<String,String> attributes)
           
 ImportedBundle ModellingManager.getImportedBundle(String bundleName, String versionRange)
           
 

Methods in org.apache.aries.application.modelling that return types with arguments of type ImportedBundle
 Collection<? extends ImportedBundle> ModelledResource.getRequiredBundles()
          The required bundles modelled as a collection of ImportedBundle objects.
 

Methods in org.apache.aries.application.modelling with parameters of type ImportedBundle
 ExportedBundle ModellingManager.getExportedBundle(Map<String,String> attributes, ImportedBundle fragHost)
           
 

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

Methods in org.apache.aries.application.modelling.utils that return ImportedBundle
 ImportedBundle ModellingHelper.buildFragmentHost(String fragmentHostHeader)
          Create an ImportedBundle from a Fragment-Host string
 

Method parameters in org.apache.aries.application.modelling.utils with type arguments of type ImportedBundle
 DeployedBundles ModellingHelper.createDeployedBundles(String assetName, Collection<ImportedBundle> appContentNames, Collection<ImportedBundle> appUseBundleNames, Collection<ModelledResource> fakeServiceProvidingBundles)
          Factory method for objects implementing the DeployedBundles interface
 DeployedBundles ModellingHelper.createDeployedBundles(String assetName, Collection<ImportedBundle> appContentNames, Collection<ImportedBundle> appUseBundleNames, Collection<ModelledResource> fakeServiceProvidingBundles)
          Factory method for objects implementing the DeployedBundles interface
 



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