Uses of Class
org.datanucleus.plugin.Bundle.BundleDescription
-
Packages that use Bundle.BundleDescription Package Description org.datanucleus.plugin 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.BundleDescription Modifier and Type Field Description private java.util.List<Bundle.BundleDescription>Bundle. requireBundleSet of BundleDescription objects representing Require-Bundle entriesMethods in org.datanucleus.plugin that return types with arguments of type Bundle.BundleDescription Modifier and Type Method Description java.util.List<Bundle.BundleDescription>Bundle. getRequireBundle()Acessor for the RequireBundleprivate static java.util.List<Bundle.BundleDescription>OSGiBundleParser. getRequireBundle(java.util.Dictionary<java.lang.String,java.lang.String> headers)Accessor for the Bundle-Name from the manifest.mf fileprivate static java.util.List<Bundle.BundleDescription>PluginParser. getRequireBundle(java.util.jar.Manifest mf)Accessor for the Bundle-Name from the manifest.mf fileMethod parameters in org.datanucleus.plugin with type arguments of type Bundle.BundleDescription Modifier and Type Method Description voidBundle. setRequireBundle(java.util.List<Bundle.BundleDescription> requireBundle)Acessor for the RequireBundle.
-