|
|||||||||
| Home >> All >> org >> eclipse >> osgi >> service >> [ resolver overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.osgi.service.resolver
Interface BundleSpecification

- All Superinterfaces:
- java.lang.Cloneable, VersionConstraint
- public interface BundleSpecification
- extends VersionConstraint
A representation of one bundle import constraint as seen in a bundle manifest and managed by a state and resolver.
| Method Summary | |
boolean |
isExported()
Returns whether or not this bundle specificiation is exported from the declaring bundle. |
boolean |
isOptional()
Returns whether or not this bundle specificiation is optional. |
| Methods inherited from interface org.eclipse.osgi.service.resolver.VersionConstraint |
getActualVersion, getBundle, getName, getSupplier, getVersionRange, isResolved, isSatisfiedBy |
| Method Detail |
isExported
public boolean isExported()
- Returns whether or not this bundle specificiation is exported from the
declaring bundle.
isOptional
public boolean isOptional()
- Returns whether or not this bundle specificiation is optional.
|
|||||||||
| Home >> All >> org >> eclipse >> osgi >> service >> [ resolver overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC