public static class PathEntryTranslator.PathEntryCollector extends Object
Modifier and Type | Method and Description |
---|---|
PathEntryTranslator.PathEntryCollector |
createChild(org.eclipse.core.runtime.IPath path) |
IPathEntry[] |
getEntries(int flags,
ICConfigurationDescription cfgDescription) |
List<IPathEntry> |
getEntries(int peKind,
List<IPathEntry> list,
int flags,
ICConfigurationDescription cfgDescription) |
List<IPathEntry> |
getEntries(List<IPathEntry> list,
int flags,
ICConfigurationDescription cfgDescription) |
PathEntryTranslator.PathEntryCollector |
getParent() |
org.eclipse.core.runtime.IPath |
getPath() |
void |
setEntries(int kind,
ICLanguageSettingEntry[] entries,
Set<ICSettingEntry> exportedEntries) |
void |
setRefProjects(org.eclipse.core.runtime.IPath[] paths) |
void |
setSourceOutputEntries(int kind,
ICExclusionPatternPathEntry[] entries) |
public void setSourceOutputEntries(int kind, ICExclusionPatternPathEntry[] entries)
public void setRefProjects(org.eclipse.core.runtime.IPath[] paths)
public PathEntryTranslator.PathEntryCollector createChild(org.eclipse.core.runtime.IPath path)
public org.eclipse.core.runtime.IPath getPath()
public void setEntries(int kind, ICLanguageSettingEntry[] entries, Set<ICSettingEntry> exportedEntries)
public PathEntryTranslator.PathEntryCollector getParent()
public List<IPathEntry> getEntries(int peKind, List<IPathEntry> list, int flags, ICConfigurationDescription cfgDescription)
public List<IPathEntry> getEntries(List<IPathEntry> list, int flags, ICConfigurationDescription cfgDescription)
public IPathEntry[] getEntries(int flags, ICConfigurationDescription cfgDescription)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.