Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.core.runtime.ILibrary

Packages that use ILibrary
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry.  
 

Uses of ILibrary in org.eclipse.core.runtime
 

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 = 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..
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.