Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.model.ILibraryEntry

Packages that use ILibraryEntry
org.eclipse.cdt.core.model   
 

Uses of ILibraryEntry in org.eclipse.cdt.core.model
 

Methods in org.eclipse.cdt.core.model that return ILibraryEntry
 ILibraryEntry ILibraryReference.getLibraryEntry()
          Return the pathEntry.
static ILibraryEntry CoreModel.newLibraryEntry(IPath resourcePath, IPath basePath, IPath libraryPath, IPath sourceAttachmentPath, IPath sourceAttachmentRootPath, IPath sourceAttachmentPrefixMapping, boolean isExported)
          Creates and returns a new entry of kind CDT_LIBRARY for the archive or folder identified by the given absolute path.
static ILibraryEntry CoreModel.newLibraryRefEntry(IPath resourcePath, IPath baseRef, IPath libraryPath)
          Creates and returns a new entry of kind CDT_LIBRARY for the archive or folder identified by the given absolute path.
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.