Uses of Class
org.sonar.api.profiles.ProfileImporter

Packages that use ProfileImporter
org.sonar.api.profiles   
org.sonar.xoo.rule   
 

Uses of ProfileImporter in org.sonar.api.profiles
 

Methods in org.sonar.api.profiles that return ProfileImporter
 ProfileImporter ProfileImporter.setKey(String s)
           
 ProfileImporter ProfileImporter.setName(String s)
           
protected  ProfileImporter ProfileImporter.setSupportedLanguages(String... languages)
           
 

Uses of ProfileImporter in org.sonar.xoo.rule
 

Subclasses of ProfileImporter in org.sonar.xoo.rule
 class XooFakeImporter
          Fake importer just for test, it will NOT take into account the given file but will create some hard-coded rules
 class XooFakeImporterWithMessages
          Fake importer just for test, it will NOT take into account the given file but will display some info and warning messages
 



Copyright © 2009–2015 SonarSource. All rights reserved.