Package | Description |
---|---|
org.eclipse.cdt.core.model |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.