Uses of Interface
org.eclipse.pde.core.project.IBundleClasspathEntry
Package
Description
Application programming interfaces to create new plug-in projects programmatically.
-
Uses of IBundleClasspathEntry in org.eclipse.pde.core.project
Modifier and TypeMethodDescriptionIBundleProjectDescription.getBundleClasspath()
Returns the entries on the Bundle-Classpath header of the described bundle, ornull
if unspecified.IBundleProjectService.newBundleClasspathEntry
(IPath sourceFolder, IPath binaryFolder, IPath library) Creates and returns a new bundle classpath entry defining the relationship between a source, binaries, and library on the Bundle-Classpath header.Modifier and TypeMethodDescriptionvoid
IBundleProjectDescription.setBundleClassath
(IBundleClasspathEntry[] entries) Deprecated.void
IBundleProjectDescription.setBundleClasspath
(IBundleClasspathEntry[] entries) Sets the entries for the Bundle-Classpath header of the described bundle, ornull
if unspecified.
IBundleProjectDescription.setBundleClasspath(IBundleClasspathEntry[])