Uses of Class
org.apache.xbean.osgi.bundle.util.BundleDescription.ImportPackage
-
Packages that use BundleDescription.ImportPackage Package Description org.apache.xbean.osgi.bundle.util -
-
Uses of BundleDescription.ImportPackage in org.apache.xbean.osgi.bundle.util
Methods in org.apache.xbean.osgi.bundle.util that return types with arguments of type BundleDescription.ImportPackage Modifier and Type Method Description java.util.List<BundleDescription.ImportPackage>
BundleDescription. getExternalImports()
Returns a list of packages that are listed in Import-Package header and are not listed in Export-Package header.java.util.List<BundleDescription.ImportPackage>
BundleDescription. getImportPackage()
Returns a list of packages that are listed in Import-Package header.
-