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