public interface ICFolderDescription extends ICResourceDescription
SETTING_BUILD, SETTING_CONFIGURATION, SETTING_FILE, SETTING_FOLDER, SETTING_LANGUAGE, SETTING_PROJECT, SETTING_TARGET_PLATFORM
Modifier and Type | Method and Description |
---|---|
ICLanguageSetting |
createLanguageSettingForContentTypes(String languageId,
String[] cTypeIds) |
ICLanguageSetting |
createLanguageSettingForExtensions(String languageId,
String[] extensions) |
ICLanguageSetting |
getLanguageSettingForFile(String fileName) |
ICLanguageSetting[] |
getLanguageSettings() |
ICResourceDescription |
getNestedResourceDescription(org.eclipse.core.runtime.IPath relPath,
boolean exactPath) |
ICResourceDescription[] |
getNestedResourceDescriptions() |
ICResourceDescription[] |
getNestedResourceDescriptions(int kind) |
boolean |
isRoot() |
canExclude, getParentFolderDescription, getPath, isExcluded, setExcluded, setPath
getChildSettings
getConfiguration, getId, getName, getParent, getType, isReadOnly, isValid
ICResourceDescription getNestedResourceDescription(org.eclipse.core.runtime.IPath relPath, boolean exactPath)
ICResourceDescription[] getNestedResourceDescriptions(int kind)
ICResourceDescription[] getNestedResourceDescriptions()
ICLanguageSetting[] getLanguageSettings()
ICLanguageSetting getLanguageSettingForFile(String fileName)
ICLanguageSetting createLanguageSettingForContentTypes(String languageId, String[] cTypeIds) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
ICLanguageSetting createLanguageSettingForExtensions(String languageId, String[] extensions) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
boolean isRoot()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.