public interface IPackageImportDescription
IBundleProjectService.newPackageImport(String, VersionRange, boolean)
.Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the fully qualified name of the imported package.
|
VersionRange |
getVersionRange()
Returns the version constraint of the imported package or
null
if unspecified. |
boolean |
isOptional()
Returns whether the package import is optional.
|
String getName()
VersionRange getVersionRange()
null
if unspecified.null
boolean isOptional()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.