Interface ICPathEntry

All Superinterfaces:
ICSettingEntry
All Known Subinterfaces:
ICExclusionPatternPathEntry, ICIncludeFileEntry, ICIncludePathEntry, ICLanguageSettingPathEntry, ICLibraryFileEntry, ICLibraryPathEntry, ICMacroFileEntry, ICOutputEntry, ICSourceEntry
All Known Implementing Classes:
ACExclusionFilterEntry, ACPathEntry, CIncludeFileEntry, CIncludePathEntry, CLibraryFileEntry, CLibraryPathEntry, CMacroFileEntry, COutputEntry, CSourceEntry

public interface ICPathEntry extends ICSettingEntry
Helper interface capturing 'path' characteristic for ICSettingEntry and ICLanguageSettingEntry interfaces.
  • Method Details

    • getFullPath

      org.eclipse.core.runtime.IPath getFullPath()
    • getLocation

      org.eclipse.core.runtime.IPath getLocation()
    • isValueWorkspacePath

      boolean isValueWorkspacePath()