org.sonar.plugins.checkstyle
Class CheckstyleProfileImporter

java.lang.Object
  extended by org.sonar.api.profiles.ProfileImporter
      extended by org.sonar.plugins.checkstyle.CheckstyleProfileImporter
All Implemented Interfaces:
Extension, ServerComponent, ServerExtension

public class CheckstyleProfileImporter
extends ProfileImporter


Constructor Summary
CheckstyleProfileImporter(RuleFinder ruleFinder)
           
 
Method Summary
 RulesProfile importProfile(Reader reader, ValidationMessages messages)
           
 
Methods inherited from class org.sonar.api.profiles.ProfileImporter
equals, getKey, getName, getSupportedLanguages, hashCode, setKey, setName, setSupportedLanguages, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckstyleProfileImporter

public CheckstyleProfileImporter(RuleFinder ruleFinder)
Method Detail

importProfile

public RulesProfile importProfile(Reader reader,
                                  ValidationMessages messages)
Specified by:
importProfile in class ProfileImporter


Copyright © 2009-2012 SonarSource. All Rights Reserved.