Class SonarLintProfileExporter
java.lang.Object
org.sonar.api.profiles.ProfileExporter
org.sonarsource.dotnet.shared.plugins.AbstractSonarLintProfileExporter
org.sonarsource.dotnet.shared.plugins.SonarLintProfileExporter
-
Constructor Summary
ConstructorsConstructorDescriptionSonarLintProfileExporter(org.sonar.api.rules.RuleFinder ruleFinder, DotNetPluginMetadata pluginMetadata) -
Method Summary
Methods inherited from class org.sonarsource.dotnet.shared.plugins.AbstractSonarLintProfileExporter
exportProfileMethods inherited from class org.sonar.api.profiles.ProfileExporter
equals, getKey, getMimeType, getName, getSupportedLanguages, hashCode, setKey, setMimeType, setName, setSupportedLanguages, toString
-
Constructor Details