public interface BundleSpecification extends VersionConstraint
This interface is not intended to be implemented by clients. The
StateObjectFactory
should be used to construct instances.
Modifier and Type | Method and Description |
---|---|
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.
|
getBundle, getName, getRequirement, getSupplier, getUserObject, getVersionRange, isResolved, isSatisfiedBy, setUserObject
boolean isExported()
boolean isOptional()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.