Eclipse PDE
Release 3.6

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

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

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

Methods in org.eclipse.pde.core.project that return IRequiredBundleDescription
 IRequiredBundleDescription[] IBundleProjectDescription.getRequiredBundles()
          Returns the value of the Require-Bundle header or null if unspecified.
 IRequiredBundleDescription IBundleProjectService.newRequiredBundle(String name, VersionRange range, boolean optional, boolean export)
          Creates and returns a new required bundle description.
 

Methods in org.eclipse.pde.core.project with parameters of type IRequiredBundleDescription
 void IBundleProjectDescription.setRequiredBundles(IRequiredBundleDescription[] bundles)
          Sets the value of the Require-Bundle 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.