Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.model
Interface IMacroFileEntry

All Superinterfaces:
IPathEntry

public interface IMacroFileEntry
extends IPathEntry


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
 char[][] fullExclusionPatternChars()
          Returns a char based representation of the exclusions patterns full path.
 IPath getBasePath()
          Return the base path.
 IPath getBaseReference()
          return the base reference IMacroEntry
 IPath[] getExclusionPatterns()
          Returns an array of inclusion paths affecting the resource when looking for files recursively.
 IPath getFullMacroFilePath()
          the path is completed if it relative.
 IPath getMacroFilePath()
          Returns the macroFile path.
 
Methods inherited from interface org.eclipse.cdt.core.model.IPathEntry
getEntryKind, getPath, isExported
 

Method Detail

getMacroFilePath

public IPath getMacroFilePath()
Returns the macroFile path.

Returns:
String

getFullMacroFilePath

public IPath getFullMacroFilePath()
the path is completed if it relative.


getBasePath

public IPath getBasePath()
Return the base path.

Returns:

getBaseReference

public IPath getBaseReference()
return the base reference IMacroEntry


getExclusionPatterns

public IPath[] getExclusionPatterns()
Returns an array of inclusion paths affecting the resource when looking for files recursively.

Returns:
IPath

fullExclusionPatternChars

public char[][] fullExclusionPatternChars()
Returns a char based representation of the exclusions patterns full path.


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.