Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.core.runtime.model.LibraryModel

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

Uses of LibraryModel in org.eclipse.core.runtime.model
 

Methods in org.eclipse.core.runtime.model that return LibraryModel
 LibraryModel[] PluginModel.getRuntime()
          Deprecated. Returns the libraries configured for this plug-in.
 LibraryModel Factory.createLibrary()
          Deprecated. Returns a new library model which is initialized to not export any of its code.
 

Methods in org.eclipse.core.runtime.model with parameters of type LibraryModel
 void PluginModel.setRuntime(LibraryModel[] value)
          Deprecated. Sets the libraries configured for this plug-in.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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