Eclipse PDE
Release 3.6

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

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

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

Methods in org.eclipse.pde.core.project that return IPackageImportDescription
 IPackageImportDescription[] IBundleProjectDescription.getPackageImports()
          Returns the value of the Import-Package header or null if unspecified.
 IPackageImportDescription IBundleProjectService.newPackageImport(String name, VersionRange range, boolean optional)
          Creates and returns a new package import description.
 

Methods in org.eclipse.pde.core.project with parameters of type IPackageImportDescription
 void IBundleProjectDescription.setPackageImports(IPackageImportDescription[] imports)
          Sets the value of the Import-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.