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

Packages that use IDiscoveredPathManager.IDiscoveredPathInfo
org.eclipse.cdt.make.core.scannerconfig   
org.eclipse.cdt.make.internal.core.scannerconfig   
org.eclipse.cdt.make.internal.core.scannerconfig.util   
org.eclipse.cdt.make.internal.core.scannerconfig2   
 

Uses of IDiscoveredPathManager.IDiscoveredPathInfo in org.eclipse.cdt.make.core.scannerconfig
 

Subinterfaces of IDiscoveredPathManager.IDiscoveredPathInfo in org.eclipse.cdt.make.core.scannerconfig
static interface IDiscoveredPathManager.IPerFileDiscoveredPathInfo
           
static interface IDiscoveredPathManager.IPerFileDiscoveredPathInfo2
           
static interface IDiscoveredPathManager.IPerProjectDiscoveredPathInfo
           
 

Methods in org.eclipse.cdt.make.core.scannerconfig that return IDiscoveredPathManager.IDiscoveredPathInfo
 IDiscoveredPathManager.IDiscoveredPathInfo IScannerInfoCollector2.createPathInfoObject()
          Create and return new IDiscoveredPathInfo that can hopefully serialize discovered scanner config to a file
 IDiscoveredPathManager.IDiscoveredPathInfo IDiscoveredPathManager.getDiscoveredInfo(org.eclipse.core.resources.IProject project)
           
 IDiscoveredPathManager.IDiscoveredPathInfo IDiscoveredPathManager.getDiscoveredInfo(org.eclipse.core.resources.IProject project, InfoContext context)
           
 

Methods in org.eclipse.cdt.make.core.scannerconfig with parameters of type IDiscoveredPathManager.IDiscoveredPathInfo
 void IDiscoveredPathManager.IDiscoveredInfoListener.infoChanged(IDiscoveredPathManager.IDiscoveredPathInfo info)
           
 void IDiscoveredPathManager.IDiscoveredInfoListener.infoRemoved(IDiscoveredPathManager.IDiscoveredPathInfo info)
           
 void IDiscoveredPathManager.updateDiscoveredInfo(IDiscoveredPathManager.IDiscoveredPathInfo info, java.util.List changedResources)
           
 void IDiscoveredPathManager.updateDiscoveredInfo(InfoContext context, IDiscoveredPathManager.IDiscoveredPathInfo info, boolean updateContainer, java.util.List changedResources)
           
 

Uses of IDiscoveredPathManager.IDiscoveredPathInfo in org.eclipse.cdt.make.internal.core.scannerconfig
 

Classes in org.eclipse.cdt.make.internal.core.scannerconfig that implement IDiscoveredPathManager.IDiscoveredPathInfo
 class DiscoveredPathInfo
           
 

Methods in org.eclipse.cdt.make.internal.core.scannerconfig that return IDiscoveredPathManager.IDiscoveredPathInfo
 IDiscoveredPathManager.IDiscoveredPathInfo DiscoveredPathManager.getDiscoveredInfo(org.eclipse.core.resources.IProject project)
           
 IDiscoveredPathManager.IDiscoveredPathInfo DiscoveredPathManager.getDiscoveredInfo(org.eclipse.core.resources.IProject project, InfoContext context)
           
 

Methods in org.eclipse.cdt.make.internal.core.scannerconfig with parameters of type IDiscoveredPathManager.IDiscoveredPathInfo
 void DiscoveredPathManager.updateDiscoveredInfo(IDiscoveredPathManager.IDiscoveredPathInfo info, java.util.List changedResources)
           
 void DiscoveredPathManager.updateDiscoveredInfo(InfoContext context, IDiscoveredPathManager.IDiscoveredPathInfo info, boolean updateContainer, java.util.List changedResources)
           
 

Uses of IDiscoveredPathManager.IDiscoveredPathInfo in org.eclipse.cdt.make.internal.core.scannerconfig.util
 

Methods in org.eclipse.cdt.make.internal.core.scannerconfig.util with parameters of type IDiscoveredPathManager.IDiscoveredPathInfo
static int PathInfoToLangSettingsConverter.getSupportedEntryKinds(IDiscoveredPathManager.IDiscoveredPathInfo info)
           
 

Uses of IDiscoveredPathManager.IDiscoveredPathInfo in org.eclipse.cdt.make.internal.core.scannerconfig2
 

Classes in org.eclipse.cdt.make.internal.core.scannerconfig2 that implement IDiscoveredPathManager.IDiscoveredPathInfo
 class PerFileSICollector.PerFileDiscoveredPathInfo
          Per file DPI object
 

Methods in org.eclipse.cdt.make.internal.core.scannerconfig2 that return IDiscoveredPathManager.IDiscoveredPathInfo
 IDiscoveredPathManager.IDiscoveredPathInfo PerProjectSICollector.createPathInfoObject()
           
 IDiscoveredPathManager.IDiscoveredPathInfo PerFileSICollector.createPathInfoObject()