Class BundleDescription.ExportPackage
- java.lang.Object
-
- org.apache.xbean.osgi.bundle.util.BundleDescription.HeaderEntry
-
- org.apache.xbean.osgi.bundle.util.BundleDescription.ExportPackage
-
- Enclosing class:
- BundleDescription
public static class BundleDescription.ExportPackage extends BundleDescription.HeaderEntry
-
-
Constructor Summary
Constructors Constructor Description ExportPackage(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> attributes, java.util.Map<java.lang.String,java.lang.String> directives)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.osgi.framework.Version
getVersion()
-
Methods inherited from class org.apache.xbean.osgi.bundle.util.BundleDescription.HeaderEntry
getAttributes, getDirectives, getName, toString
-
-