org.eclipse.cdt.make.internal.core.scannerconfig
Class PerFileDiscoveredPathContainer

java.lang.Object
  extended by org.eclipse.cdt.make.internal.core.scannerconfig.DiscoveredPathContainer
      extended by org.eclipse.cdt.make.internal.core.scannerconfig.PerFileDiscoveredPathContainer
All Implemented Interfaces:
org.eclipse.cdt.core.model.IPathEntryContainer, org.eclipse.cdt.core.model.IPathEntryContainerExtension

public class PerFileDiscoveredPathContainer
extends DiscoveredPathContainer
implements org.eclipse.cdt.core.model.IPathEntryContainerExtension


Field Summary
 
Fields inherited from class org.eclipse.cdt.make.internal.core.scannerconfig.DiscoveredPathContainer
CONTAINER_ID
 
Constructor Summary
PerFileDiscoveredPathContainer(org.eclipse.core.resources.IProject project)
           
 
Method Summary
 org.eclipse.cdt.core.model.IPathEntry[] getPathEntries(org.eclipse.core.runtime.IPath path, int mask)
           
 boolean isEmpty(org.eclipse.core.runtime.IPath path)
           
 
Methods inherited from class org.eclipse.cdt.make.internal.core.scannerconfig.DiscoveredPathContainer
getDescription, getPath, getPathEntries
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.cdt.core.model.IPathEntryContainer
getDescription, getPath, getPathEntries
 

Constructor Detail

PerFileDiscoveredPathContainer

public PerFileDiscoveredPathContainer(org.eclipse.core.resources.IProject project)
Method Detail

getPathEntries

public org.eclipse.cdt.core.model.IPathEntry[] getPathEntries(org.eclipse.core.runtime.IPath path,
                                                              int mask)
Specified by:
getPathEntries in interface org.eclipse.cdt.core.model.IPathEntryContainerExtension

isEmpty

public boolean isEmpty(org.eclipse.core.runtime.IPath path)
Specified by:
isEmpty in interface org.eclipse.cdt.core.model.IPathEntryContainerExtension