public interface IRequiredBundleDescription
IBundleProjectService.newRequiredBundle(String, VersionRange, boolean, boolean)
.Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the symbolic name of the required bundle.
|
VersionRange |
getVersionRange()
Returns the version constraint of the required bundle or
null
if unspecified. |
boolean |
isExported()
Returns whether the required bundle is re-exported.
|
boolean |
isOptional()
Returns whether the required bundle is optional.
|
String getName()
VersionRange getVersionRange()
null
if unspecified.null
boolean isExported()
boolean isOptional()
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.