Class ACPathEntry
- java.lang.Object
-
- org.eclipse.cdt.core.settings.model.ACSettingEntry
-
- org.eclipse.cdt.core.settings.model.ACPathEntry
-
- All Implemented Interfaces:
ICPathEntry,ICSettingEntry
- Direct Known Subclasses:
ACExclusionFilterEntry,CIncludeFileEntry,CIncludePathEntry,CLibraryFileEntry,CLibraryPathEntry,CMacroFileEntry
public abstract class ACPathEntry extends ACSettingEntry implements ICPathEntry
-
-
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
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringcontentsToString()protected org.eclipse.core.runtime.IPathfullPathForLocation(org.eclipse.core.runtime.IPath location)org.eclipse.core.runtime.IPathgetFullPath()org.eclipse.core.runtime.IPathgetLocation()abstract booleanisFile()booleanisValueWorkspacePath()-
Methods inherited from class org.eclipse.cdt.core.settings.model.ACSettingEntry
checkFlags, codeForContentsKey, codeForNameKey, equals, equalsByContents, equalsByName, getByNameMatchFlags, getFlags, getName, getValue, hashCode, isBuiltIn, isReadOnly, isResolved, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.cdt.core.settings.model.ICSettingEntry
equalsByContents, equalsByName, getFlags, getKind, getName, getValue, isBuiltIn, isReadOnly, isResolved
-
-
-
-
Method Detail
-
getFullPath
public org.eclipse.core.runtime.IPath getFullPath()
- Specified by:
getFullPathin interfaceICPathEntry
-
fullPathForLocation
protected org.eclipse.core.runtime.IPath fullPathForLocation(org.eclipse.core.runtime.IPath location)
-
isFile
public abstract boolean isFile()
- Since:
- 5.4
-
getLocation
public org.eclipse.core.runtime.IPath getLocation()
- Specified by:
getLocationin interfaceICPathEntry
-
isValueWorkspacePath
public boolean isValueWorkspacePath()
- Specified by:
isValueWorkspacePathin interfaceICPathEntry
-
contentsToString
protected java.lang.String contentsToString()
- Specified by:
contentsToStringin classACSettingEntry
-
-