public interface IPathEntryContainerExtension extends IPathEntryContainer
| Modifier and Type | Method and Description |
|---|---|
IPathEntry[] |
getPathEntries(org.eclipse.core.runtime.IPath path,
int typesMask)
Returns the set of entries associated with the resource
and empty array if none.
|
boolean |
isEmpty(org.eclipse.core.runtime.IPath path)
Returns whether there are any path entries for the resource.
|
getDescription, getPath, getPathEntriesIPathEntry[] getPathEntries(org.eclipse.core.runtime.IPath path, int typesMask)
path - Workspace relative path.typesMask - type of path entries:IPathEntry.CDT_INCLUDEIPathEntry.CDT_INCLUDE_FILEIPathEntry.CDT_MACRO_FILEIPathEntry.CDT_MACROIPathEntryboolean isEmpty(org.eclipse.core.runtime.IPath path)
path - Workspace relative path.Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.