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
  • Method Details

    • getFullPath

      public org.eclipse.core.runtime.IPath getFullPath()
      Specified by:
      getFullPath in interface ICPathEntry
    • 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:
      getLocation in interface ICPathEntry
    • isValueWorkspacePath

      public boolean isValueWorkspacePath()
      Specified by:
      isValueWorkspacePath in interface ICPathEntry
    • contentsToString

      protected String contentsToString()
      Specified by:
      contentsToString in class ACSettingEntry