Eclipse PDE
Release 3.8

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

Packages that use IHostDescription
org.eclipse.pde.core.project Application programming interfaces to create new plug-in projects programmatically. 
 

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.8

Guidelines for using Eclipse APIs.

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