Uses of Interface
org.eclipse.pde.core.project.IHostDescription
Packages that use IHostDescription
Package
Description
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 IHostDescriptionModifier and TypeMethodDescriptionIBundleProjectDescription.getHost()
Returns the host bundle for the described fragment, ornull
if this description does not describe a fragment.default IHostDescription
IBundleProjectService.newHost
(String name, VersionRange range) Deprecated, for removal: This API element is subject to removal in a future version.IBundleProjectService.newHost
(String name, VersionRange range) Creates and returns a new host description.Methods in org.eclipse.pde.core.project with parameters of type IHostDescriptionModifier and TypeMethodDescriptionvoid
IBundleProjectDescription.setHost
(IHostDescription host) Sets the the Fragment-Host header for the described fragment.
IBundleProjectService.newHost(String, VersionRange)