public class ShellLanguage
extends org.sonar.api.resources.AbstractLanguage
| Constructor and Description |
|---|
ShellLanguage(org.sonar.api.config.Configuration config)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String[] |
getFileSuffixes()
Returns the file suffixes (
.sh and .ksh by default) that identify Shell scripts |
int |
hashCode() |
public static final String NAME
public static final String KEY
public ShellLanguage(org.sonar.api.config.Configuration config)
config - the SonarQube configuration for this languagepublic String[] getFileSuffixes()
.sh and .ksh by default) that identify Shell scriptspublic boolean equals(Object o)
equals in class org.sonar.api.resources.AbstractLanguagepublic int hashCode()
hashCode in class org.sonar.api.resources.AbstractLanguageCopyright © 2018–2019. All rights reserved.