Eclipse PDE
Release 3.8

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

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

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

Methods in org.eclipse.pde.core.project that return IBundleClasspathEntry
 IBundleClasspathEntry[] IBundleProjectDescription.getBundleClasspath()
          Returns the entries on the Bundle-Classpath header of the described bundle, or null if unspecified.
 IBundleClasspathEntry 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.
 

Methods in org.eclipse.pde.core.project with parameters of type IBundleClasspathEntry
 void IBundleProjectDescription.setBundleClassath(IBundleClasspathEntry[] entries)
          Deprecated. use IBundleProjectDescription.setBundleClasspath(IBundleClasspathEntry[])
 void IBundleProjectDescription.setBundleClasspath(IBundleClasspathEntry[] entries)
          Sets the entries for the Bundle-Classpath header of the described bundle, or null if unspecified.
 


Eclipse PDE
Release 3.8

Guidelines for using Eclipse APIs.

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