Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.model
Interface IPathEntryContainerExtension

All Superinterfaces:
IPathEntryContainer

public interface IPathEntryContainerExtension
extends IPathEntryContainer


Method Summary
 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.
 
Methods inherited from interface org.eclipse.cdt.core.model.IPathEntryContainer
getDescription, getPath, getPathEntries
 

Method Detail

getPathEntries

public IPathEntry[] getPathEntries(IPath path,
                                   int typesMask)
Returns the set of entries associated with the resource and empty array if none.

Parameters:
path - Workspace relative path.
Returns:
IPathEntry[] - the entries or empty set if none
See Also:
IPathEntry

isEmpty

public boolean isEmpty(IPath path)
Returns whether there are any path entries for the resource.

Parameters:
path - Workspace relative path.
Returns:

Eclipse CDT
Pre-release 3.0

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