Eclipse PDE
Release 3.6

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

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

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)
          Sets the entries for the Bundle-Classpath header of the described bundle, or null if unspecified.
 


Eclipse PDE
Release 3.6

Guidelines for using Eclipse APIs.

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