Uses of Interface
org.jboss.osgi.metadata.PackageAttribute

Packages that use PackageAttribute
org.jboss.osgi.metadata   
org.jboss.osgi.metadata.internal   
 

Uses of PackageAttribute in org.jboss.osgi.metadata
 

Methods in org.jboss.osgi.metadata that return types with arguments of type PackageAttribute
 List<PackageAttribute> OSGiMetaData.getDynamicImports()
          Get dynamic imports.
 List<PackageAttribute> OSGiMetaData.getExportPackages()
          Get the export packages.
 List<PackageAttribute> OSGiMetaData.getImportPackages()
          Get the import packages.
 

Method parameters in org.jboss.osgi.metadata with type arguments of type PackageAttribute
static void ManifestParser.parsePackages(String header, List<PackageAttribute> list)
          Parse packages
 

Uses of PackageAttribute in org.jboss.osgi.metadata.internal
 

Classes in org.jboss.osgi.metadata.internal that implement PackageAttribute
 class AbstractPackageAttribute
          Package attribute impl.
 

Methods in org.jboss.osgi.metadata.internal that return types with arguments of type PackageAttribute
 List<PackageAttribute> AbstractOSGiMetaData.getDynamicImports()
           
 List<PackageAttribute> AbstractOSGiMetaData.getExportPackages()
           
 List<PackageAttribute> AbstractOSGiMetaData.getImportPackages()
           
 



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