Eclipse PDE
Release 3.6

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

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

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

Methods in org.eclipse.pde.core.project that return IHostDescription
 IHostDescription IBundleProjectDescription.getHost()
          Returns the host bundle for the described fragment, or null if this description does not describe a fragment.
 IHostDescription IBundleProjectService.newHost(String name, VersionRange range)
          Creates and returns a new host description.
 

Methods in org.eclipse.pde.core.project with parameters of type IHostDescription
 void IBundleProjectDescription.setHost(IHostDescription host)
          Sets the the Fragment-Host header for the described fragment.
 


Eclipse PDE
Release 3.6

Guidelines for using Eclipse APIs.

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