Class PathEntryTranslator.PathEntryCollector
- java.lang.Object
-
- org.eclipse.cdt.core.settings.model.util.PathEntryTranslator.PathEntryCollector
-
- Enclosing class:
- PathEntryTranslator
public static class PathEntryTranslator.PathEntryCollector extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathEntryTranslator.PathEntryCollectorcreateChild(org.eclipse.core.runtime.IPath path)java.util.List<IPathEntry>getEntries(int peKind, java.util.List<IPathEntry> list, int flags, ICConfigurationDescription cfgDescription)IPathEntry[]getEntries(int flags, ICConfigurationDescription cfgDescription)java.util.List<IPathEntry>getEntries(java.util.List<IPathEntry> list, int flags, ICConfigurationDescription cfgDescription)PathEntryTranslator.PathEntryCollectorgetParent()org.eclipse.core.runtime.IPathgetPath()voidsetEntries(int kind, ICLanguageSettingEntry[] entries, java.util.Set<ICSettingEntry> exportedEntries)voidsetRefProjects(org.eclipse.core.runtime.IPath[] paths)voidsetSourceOutputEntries(int kind, ICExclusionPatternPathEntry[] entries)
-
-
-
Method Detail
-
setSourceOutputEntries
public void setSourceOutputEntries(int kind, ICExclusionPatternPathEntry[] entries)
-
setRefProjects
public void setRefProjects(org.eclipse.core.runtime.IPath[] paths)
-
createChild
public PathEntryTranslator.PathEntryCollector createChild(org.eclipse.core.runtime.IPath path)
-
getPath
public org.eclipse.core.runtime.IPath getPath()
-
setEntries
public void setEntries(int kind, ICLanguageSettingEntry[] entries, java.util.Set<ICSettingEntry> exportedEntries)
-
getParent
public PathEntryTranslator.PathEntryCollector getParent()
-
getEntries
public java.util.List<IPathEntry> getEntries(int peKind, java.util.List<IPathEntry> list, int flags, ICConfigurationDescription cfgDescription)
-
getEntries
public java.util.List<IPathEntry> getEntries(java.util.List<IPathEntry> list, int flags, ICConfigurationDescription cfgDescription)
-
getEntries
public IPathEntry[] getEntries(int flags, ICConfigurationDescription cfgDescription)
-
-