Interface IMacroFileEntry

All Superinterfaces:
IPathEntry

public interface IMacroFileEntry extends IPathEntry
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Method Details

    • getMacroFilePath

      org.eclipse.core.runtime.IPath getMacroFilePath()
      Returns the macroFile path.
      Returns:
      String
    • getFullMacroFilePath

      org.eclipse.core.runtime.IPath getFullMacroFilePath()
      the path is completed if it relative.
    • getBasePath

      org.eclipse.core.runtime.IPath getBasePath()
      Return the base path.
    • getBaseReference

      org.eclipse.core.runtime.IPath getBaseReference()
      return the base reference IMacroEntry
    • getExclusionPatterns

      org.eclipse.core.runtime.IPath[] getExclusionPatterns()
      Returns an array of inclusion paths affecting the resource when looking for files recursively.
      Returns:
      IPath
    • fullExclusionPatternChars

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