Uses of Class
org.datanucleus.plugin.Bundle.BundleDescription
Packages that use Bundle.BundleDescription
Package
Description
Package providing the plugin mechanism utilised by DataNucleus.
-
Uses of Bundle.BundleDescription in org.datanucleus.plugin
Fields in org.datanucleus.plugin with type parameters of type Bundle.BundleDescriptionModifier and TypeFieldDescriptionprivate List<Bundle.BundleDescription> Bundle.requireBundleSet of BundleDescription objects representing Require-Bundle entriesMethods in org.datanucleus.plugin that return types with arguments of type Bundle.BundleDescriptionModifier and TypeMethodDescriptionBundle.getRequireBundle()Acessor for the RequireBundleprivate static List<Bundle.BundleDescription> OSGiBundleParser.getRequireBundle(Dictionary<String, String> headers) Accessor for the Bundle-Name from the manifest.mf fileprivate static List<Bundle.BundleDescription> PluginParser.getRequireBundle(Manifest mf) Accessor for the Bundle-Name from the manifest.mf fileMethod parameters in org.datanucleus.plugin with type arguments of type Bundle.BundleDescriptionModifier and TypeMethodDescriptionvoidBundle.setRequireBundle(List<Bundle.BundleDescription> requireBundle) Acessor for the RequireBundle.