org.eclipse.cdt.make.internal.core.scannerconfig.util
Class PathInfoToLangSettingsConverter

java.lang.Object
  extended by org.eclipse.cdt.make.internal.core.scannerconfig.util.PathInfoToLangSettingsConverter

public class PathInfoToLangSettingsConverter
extends java.lang.Object


Constructor Summary
PathInfoToLangSettingsConverter()
           
 
Method Summary
static org.eclipse.cdt.core.settings.model.ICLanguageSettingEntry[] entriesForKind(int kind, int flags, PathInfo info)
           
static int getSupportedEntryKinds(IDiscoveredPathManager.IDiscoveredPathInfo info)
           
static int getSupportedEntryKinds(IDiscoveredPathManager.IPerFileDiscoveredPathInfo info)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathInfoToLangSettingsConverter

public PathInfoToLangSettingsConverter()
Method Detail

getSupportedEntryKinds

public static int getSupportedEntryKinds(IDiscoveredPathManager.IDiscoveredPathInfo info)

getSupportedEntryKinds

public static int getSupportedEntryKinds(IDiscoveredPathManager.IPerFileDiscoveredPathInfo info)

entriesForKind

public static org.eclipse.cdt.core.settings.model.ICLanguageSettingEntry[] entriesForKind(int kind,
                                                                                          int flags,
                                                                                          PathInfo info)