Class PathEntryTranslator.ReferenceSettingsInfo
- java.lang.Object
-
- org.eclipse.cdt.core.settings.model.util.PathEntryTranslator.ReferenceSettingsInfo
-
- Enclosing class:
- PathEntryTranslator
public static final class PathEntryTranslator.ReferenceSettingsInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ReferenceSettingsInfo(ICConfigurationDescription cfgDescription)
ReferenceSettingsInfo(org.eclipse.core.runtime.IPath[] projPaths, ICExternalSetting[] extSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ICExternalSetting[]
getExternalSettings()
org.eclipse.core.runtime.IPath[]
getReferencedProjectsPaths()
Map<String,String>
getRefProjectsMap()
-
-
-
Constructor Detail
-
ReferenceSettingsInfo
public ReferenceSettingsInfo(ICConfigurationDescription cfgDescription)
-
ReferenceSettingsInfo
public ReferenceSettingsInfo(org.eclipse.core.runtime.IPath[] projPaths, ICExternalSetting[] extSettings)
-
-
Method Detail
-
getReferencedProjectsPaths
public org.eclipse.core.runtime.IPath[] getReferencedProjectsPaths()
-
getExternalSettings
public ICExternalSetting[] getExternalSettings()
-
-