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 java.lang.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()java.util.Map<java.lang.String,java.lang.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()
-
getRefProjectsMap
public java.util.Map<java.lang.String,java.lang.String> getRefProjectsMap()
-
getExternalSettings
public ICExternalSetting[] getExternalSettings()
-
-