Package | Description |
---|---|
org.eclipse.pde.core.project |
Application programming interfaces to create new plug-in projects programmatically.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IBundleProjectDescription.setBundleClassath(IBundleClasspathEntry[] entries)
|
void |
IBundleProjectDescription.setBundleClasspath(IBundleClasspathEntry[] entries)
Sets the entries for the Bundle-Classpath header of the described bundle,
or
null if unspecified. |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.