|
Eclipse PDE Release 3.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface IPackageExportDescription
Describes a package export. Instances of this class can be created
via IBundleProjectService.newPackageExport(String, Version, boolean, String[]).
| Method Summary | |
|---|---|
java.lang.String[] |
getFriends()
Returns the declared friends of this package or null if none. |
java.lang.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. |
| Method Detail |
|---|
java.lang.String getName()
Version getVersion()
null
if unspecified.
nulljava.lang.String[] getFriends()
null if none.
nullboolean isApi()
|
Eclipse PDE Release 3.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2010 IBM Corporation and others. All rights reserved.