Package org.eclipse.cdt.core.model
Interface IIncludeFileEntry
-
- All Superinterfaces:
IPathEntry
public interface IIncludeFileEntry extends IPathEntry
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Field Summary
-
Fields inherited from interface org.eclipse.cdt.core.model.IPathEntry
CDT_CONTAINER, CDT_INCLUDE, CDT_INCLUDE_FILE, CDT_LIBRARY, CDT_MACRO, CDT_MACRO_FILE, CDT_OUTPUT, CDT_PROJECT, CDT_SOURCE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char[][]
fullExclusionPatternChars()
Returns a char based representation of the exclusions patterns full path.org.eclipse.core.runtime.IPath
getBasePath()
Return the base path of the includePathorg.eclipse.core.runtime.IPath
getBaseReference()
Return the reference pathorg.eclipse.core.runtime.IPath[]
getExclusionPatterns()
If isRecursive() is true, specify an exclude file patterns.org.eclipse.core.runtime.IPath
getFullIncludeFilePath()
Return the includeFilePath with the base path.org.eclipse.core.runtime.IPath
getIncludeFilePath()
Returns the include file-
Methods inherited from interface org.eclipse.cdt.core.model.IPathEntry
getEntryKind, getPath, isExported
-
-
-
-
Method Detail
-
getIncludeFilePath
org.eclipse.core.runtime.IPath getIncludeFilePath()
Returns the include file- Returns:
- IPath
-
getFullIncludeFilePath
org.eclipse.core.runtime.IPath getFullIncludeFilePath()
Return the includeFilePath with the base path.
-
getBasePath
org.eclipse.core.runtime.IPath getBasePath()
Return the base path of the includePath- Returns:
- IPath
-
getBaseReference
org.eclipse.core.runtime.IPath getBaseReference()
Return the reference path
-
getExclusionPatterns
org.eclipse.core.runtime.IPath[] getExclusionPatterns()
If isRecursive() is true, specify an exclude file patterns.- Returns:
- IPath
-
fullExclusionPatternChars
char[][] fullExclusionPatternChars()
Returns a char based representation of the exclusions patterns full path.
-
-