Interface ICFolderDescription

All Superinterfaces:
ICResourceDescription, ICSettingBase, ICSettingContainer, ICSettingObject
All Known Subinterfaces:
ICMultiFolderDescription

public interface ICFolderDescription extends ICResourceDescription
  • Method Details

    • getNestedResourceDescription

      ICResourceDescription getNestedResourceDescription(org.eclipse.core.runtime.IPath relPath, boolean exactPath)
    • getNestedResourceDescriptions

      ICResourceDescription[] getNestedResourceDescriptions(int kind)
    • getNestedResourceDescriptions

      ICResourceDescription[] getNestedResourceDescriptions()
    • getLanguageSettings

      ICLanguageSetting[] getLanguageSettings()
    • getLanguageSettingForFile

      ICLanguageSetting getLanguageSettingForFile(String fileName)
    • createLanguageSettingForContentTypes

      ICLanguageSetting createLanguageSettingForContentTypes(String languageId, String[] cTypeIds) throws org.eclipse.core.runtime.CoreException
      Throws:
      org.eclipse.core.runtime.CoreException
    • createLanguageSettingForExtensions

      ICLanguageSetting createLanguageSettingForExtensions(String languageId, String[] extensions) throws org.eclipse.core.runtime.CoreException
      Throws:
      org.eclipse.core.runtime.CoreException
    • isRoot

      boolean isRoot()