Uses of Class
org.sonar.plugins.javascript.api.CustomRuleRepository.Language
-
Packages that use CustomRuleRepository.Language Package Description org.sonar.plugins.javascript.api -
-
Uses of CustomRuleRepository.Language in org.sonar.plugins.javascript.api
Methods in org.sonar.plugins.javascript.api that return CustomRuleRepository.Language Modifier and Type Method Description static CustomRuleRepository.Language
CustomRuleRepository.Language. valueOf(String name)
Returns the enum constant of this type with the specified name.static CustomRuleRepository.Language[]
CustomRuleRepository.Language. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonar.plugins.javascript.api that return types with arguments of type CustomRuleRepository.Language Modifier and Type Method Description default Set<CustomRuleRepository.Language>
CustomRuleRepository. languages()
Deprecated.
-