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 class
BundleDescription.ExportPackage
static class
BundleDescription.FragmentHost
static class
BundleDescription.ImportPackage
static class
BundleDescription.RequireBundle
static class
BundleDescription.SymbolicName
Methods 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.
-