Class PathEntryResolveInfoElement
- java.lang.Object
-
- org.eclipse.cdt.core.settings.model.util.PathEntryResolveInfoElement
-
public class PathEntryResolveInfoElement extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PathEntryResolveInfoElement(IPathEntry rawEntry, java.util.List<IPathEntry> resolvedList)PathEntryResolveInfoElement(IPathEntry rawEntry, IPathEntry resolvedEntry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPathEntrygetRawEntry()IPathEntry[]getResolvedEntries()
-
-
-
Constructor Detail
-
PathEntryResolveInfoElement
public PathEntryResolveInfoElement(IPathEntry rawEntry, IPathEntry resolvedEntry)
-
PathEntryResolveInfoElement
public PathEntryResolveInfoElement(IPathEntry rawEntry, java.util.List<IPathEntry> resolvedList)
-
-
Method Detail
-
getRawEntry
public IPathEntry getRawEntry()
-
getResolvedEntries
public IPathEntry[] getResolvedEntries()
-
-