org.eclipse.cdt.make.core.scannerconfig
Interface IDiscoveredPathManager.IDiscoveredPathInfo

All Known Subinterfaces:
IDiscoveredPathManager.IPerFileDiscoveredPathInfo, IDiscoveredPathManager.IPerFileDiscoveredPathInfo2, IDiscoveredPathManager.IPerProjectDiscoveredPathInfo
All Known Implementing Classes:
DiscoveredPathInfo, PerFileSICollector.PerFileDiscoveredPathInfo
Enclosing interface:
IDiscoveredPathManager

public static interface IDiscoveredPathManager.IDiscoveredPathInfo


Method Summary
 org.eclipse.core.runtime.IPath[] getIncludePaths()
          Get include paths for the whole project
 org.eclipse.core.resources.IProject getProject()
           
 IDiscoveredPathManager.IDiscoveredScannerInfoSerializable getSerializable()
           
 java.util.Map getSymbols()
          Get defined symbols for the whole project
 

Method Detail

getProject

org.eclipse.core.resources.IProject getProject()

getIncludePaths

org.eclipse.core.runtime.IPath[] getIncludePaths()
Get include paths for the whole project


getSymbols

java.util.Map getSymbols()
Get defined symbols for the whole project


getSerializable

IDiscoveredPathManager.IDiscoveredScannerInfoSerializable getSerializable()