|
 |
|
|
Uses of Interface org.eclipse.core.runtime.ILibrary
Methods in
org.eclipse.core.runtime that return
ILibrary
|
ILibrary[]
|
IPluginDescriptor.
getRuntimeLibraries
()
Deprecated. Use
import org.eclipse.osgi.util.ManifestElement;
import org.osgi.framework.Constants;
...
String requires = (String)bundle.getHeaders().get(Constants.BUNDLE_CLASSPATH);
ManifestElement[] elements = ManifestElement.parseHeader(Constants.BUNDLE_CLASSPATH, requires);
where bundle is the bundle associated with
the relevant plug-in. The resultant elements array contains one
entry for each entry on the bundle's classpath..
|
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|