Interface ICFolderDescription

    • Method Detail

      • getNestedResourceDescription

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

        ICLanguageSetting getLanguageSettingForFile​(java.lang.String fileName)
      • createLanguageSettingForContentTypes

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

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

        boolean isRoot()