Class BundleDescription.RequireBundle
- java.lang.Object
-
- org.apache.xbean.osgi.bundle.util.BundleDescription.HeaderEntry
-
- org.apache.xbean.osgi.bundle.util.BundleDescription.RequireBundle
-
- Enclosing class:
- BundleDescription
public static class BundleDescription.RequireBundle extends BundleDescription.HeaderEntry
-
-
Constructor Summary
Constructors Constructor Description RequireBundle(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 VersionRange
getVersionRange()
boolean
isMandatory()
boolean
isOptional()
-
Methods inherited from class org.apache.xbean.osgi.bundle.util.BundleDescription.HeaderEntry
getAttributes, getDirectives, getName, toString
-
-
-
-
Method Detail
-
isOptional
public boolean isOptional()
-
isMandatory
public boolean isMandatory()
-
getVersionRange
public VersionRange getVersionRange()
-
-