Class Bundle.BundleDescription
java.lang.Object
org.datanucleus.plugin.Bundle.BundleDescription
- Enclosing class:
Bundle
Description of bundles.
bundle-description = symbolic-name (';' parameter )*
See OSGI 3.0 $ 1.4.2-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetParameter(String name) voidsetBundleSymbolicName(String bundleSymbolicName) voidsetParameter(String name, String value) voidsetParameters(Map<String, String> parameters) toString()
-
Field Details
-
bundleSymbolicName
-
parameters
-
-
Constructor Details
-
BundleDescription
public BundleDescription()
-
-
Method Details
-
getBundleSymbolicName
-
setBundleSymbolicName
-
getParameter
-
setParameter
-
setParameters
-
toString
-