Eclipse PDE
Release 3.6

Uses of Interface
org.eclipse.pde.core.project.IPackageExportDescription

Packages that use IPackageExportDescription
org.eclipse.pde.core.project Application programming interfaces for creating and modifying plug-in projects. 
 

Uses of IPackageExportDescription in org.eclipse.pde.core.project
 

Methods in org.eclipse.pde.core.project that return IPackageExportDescription
 IPackageExportDescription[] IBundleProjectDescription.getPackageExports()
          Returns the value of the Export-Package header or null if unspecified.
 IPackageExportDescription IBundleProjectService.newPackageExport(String name, Version version, boolean api, String[] friends)
          Constructs a new package export description.
 

Methods in org.eclipse.pde.core.project with parameters of type IPackageExportDescription
 void IBundleProjectDescription.setPackageExports(IPackageExportDescription[] exports)
          Sets the value of the Export-Package header for the described bundle.
 


Eclipse PDE
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2010 IBM Corporation and others. All rights reserved.