Interface ICLibraryPathEntry
-
- All Superinterfaces:
ICLanguageSettingEntry
,ICLanguageSettingPathEntry
,ICPathEntry
,ICSettingEntry
- All Known Implementing Classes:
CLibraryPathEntry
public interface ICLibraryPathEntry extends ICLanguageSettingPathEntry
Representation in the project model of language settings entries such as library path (-L gcc option). SeeICSettingEntry.LIBRARY_PATH
.
-
-
Field Summary
-
Fields inherited from interface org.eclipse.cdt.core.settings.model.ICSettingEntry
ALL, BUILTIN, EXPORTED, FRAMEWORKS_MAC, INCLUDE_FILE, INCLUDE_PATH, LIBRARY_FILE, LIBRARY_PATH, LOCAL, MACRO, MACRO_FILE, NONE, OUTPUT_PATH, READONLY, RESOLVED, SOURCE_PATH, UNDEFINED, VALUE_WORKSPACE_PATH
-
-
Method Summary
-
Methods inherited from interface org.eclipse.cdt.core.settings.model.ICPathEntry
getFullPath, getLocation, isValueWorkspacePath
-
Methods inherited from interface org.eclipse.cdt.core.settings.model.ICSettingEntry
equalsByContents, equalsByName, getFlags, getKind, getName, getValue, isBuiltIn, isReadOnly, isResolved
-
-