public interface IPathEntryContainerExtension extends IPathEntryContainer
Modifier and Type | Method and Description |
---|---|
IPathEntry[] |
getPathEntries(IPath path,
int typesMask)
Returns the set of entries associated with the resource
and empty array if none.
|
boolean |
isEmpty(IPath path)
Returns whether there are any path entries for the resource.
|
getDescription, getPath, getPathEntries
IPathEntry[] getPathEntries(IPath path, int typesMask)
path
- Workspace relative path.typeMask
- type of path entries:
IPathEntry.CDT_INCLUDE
IPathEntry.CDT_INCLUDE_FILE
IPathEntry.CDT_MACRO_FILE
IPathEntry.CDT_MACRO
IPathEntry
boolean isEmpty(IPath path)
path
- Workspace relative path.Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.