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

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

public class DiscoveredPathContainer
extends java.lang.Object
implements org.eclipse.cdt.core.model.IPathEntryContainer


Field Summary
static org.eclipse.core.runtime.IPath CONTAINER_ID
           
 
Constructor Summary
DiscoveredPathContainer(org.eclipse.core.resources.IProject project)
           
 
Method Summary
 java.lang.String getDescription()
           
 org.eclipse.core.runtime.IPath getPath()
           
 org.eclipse.cdt.core.model.IPathEntry[] getPathEntries()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTAINER_ID

public static final org.eclipse.core.runtime.IPath CONTAINER_ID
Constructor Detail

DiscoveredPathContainer

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

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface org.eclipse.cdt.core.model.IPathEntryContainer

getPath

public org.eclipse.core.runtime.IPath getPath()
Specified by:
getPath in interface org.eclipse.cdt.core.model.IPathEntryContainer

getPathEntries

public org.eclipse.cdt.core.model.IPathEntry[] getPathEntries()
Specified by:
getPathEntries in interface org.eclipse.cdt.core.model.IPathEntryContainer