Uses of Class
org.apache.xbean.osgi.bundle.util.BundleDescription.HeaderEntry
-
Packages that use BundleDescription.HeaderEntry Package Description org.apache.xbean.osgi.bundle.util -
-
Uses of BundleDescription.HeaderEntry in org.apache.xbean.osgi.bundle.util
Subclasses of BundleDescription.HeaderEntry in org.apache.xbean.osgi.bundle.util Modifier and Type Class Description static classBundleDescription.ExportPackagestatic classBundleDescription.FragmentHoststatic classBundleDescription.ImportPackagestatic classBundleDescription.RequireBundlestatic classBundleDescription.SymbolicNameMethods in org.apache.xbean.osgi.bundle.util that return types with arguments of type BundleDescription.HeaderEntry Modifier and Type Method Description java.util.List<BundleDescription.HeaderEntry>BundleDescription. getBundleClassPath()Returns a list of paths that are listed in Bundle-ClassPath header.java.util.List<BundleDescription.HeaderEntry>BundleDescription. getDynamicImportPackage()Returns a list of packages that are listed in DynamicImport-Package header.
-