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

All Superinterfaces:
IDiscoveredPathManager.IDiscoveredPathInfo, IDiscoveredPathManager.IPerFileDiscoveredPathInfo
All Known Implementing Classes:
PerFileSICollector.PerFileDiscoveredPathInfo
Enclosing interface:
IDiscoveredPathManager

public static interface IDiscoveredPathManager.IPerFileDiscoveredPathInfo2
extends IDiscoveredPathManager.IPerFileDiscoveredPathInfo


Method Summary
 java.util.Map getPathInfoMap()
          returns the map containing IResource - to - PathInfo pairs representing complete set of discovered information for the whole project
 
Methods inherited from interface org.eclipse.cdt.make.core.scannerconfig.IDiscoveredPathManager.IPerFileDiscoveredPathInfo
getIncludeFiles, getIncludePaths, getMacroFiles, getQuoteIncludePaths, getSymbols, isEmpty
 
Methods inherited from interface org.eclipse.cdt.make.core.scannerconfig.IDiscoveredPathManager.IDiscoveredPathInfo
getIncludePaths, getProject, getSerializable, getSymbols
 

Method Detail

getPathInfoMap

java.util.Map getPathInfoMap()
returns the map containing IResource - to - PathInfo pairs representing complete set of discovered information for the whole project

Returns:
Map