public interface IPackageExportDescription
IBundleProjectService.newPackageExport(String, Version, boolean, String[])
.Modifier and Type | Method and Description |
---|---|
String[] |
getFriends()
Returns the declared friends of this package or
null if none. |
String |
getName()
Returns the fully qualified name of the exported package.
|
Version |
getVersion()
Returns the version of the exported package or
null
if unspecified. |
boolean |
isApi()
Returns whether the package is exported as API, or is internal.
|
String getName()
Version getVersion()
null
if unspecified.null
String[] getFriends()
null
if none.null
boolean isApi()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.