org.sonar.plugins.checkstyle
Class CheckstyleProfileExporter

java.lang.Object
  extended by org.sonar.api.profiles.ProfileExporter
      extended by org.sonar.plugins.checkstyle.CheckstyleProfileExporter
All Implemented Interfaces:
BatchComponent, BatchExtension, Extension, ServerComponent, ServerExtension

public class CheckstyleProfileExporter
extends ProfileExporter


Constructor Summary
CheckstyleProfileExporter(org.apache.commons.configuration.Configuration conf)
           
 
Method Summary
 void exportProfile(RulesProfile profile, Writer writer)
           
 
Methods inherited from class org.sonar.api.profiles.ProfileExporter
equals, getKey, getMimeType, getName, getSupportedLanguages, hashCode, setKey, setMimeType, setName, setSupportedLanguages, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckstyleProfileExporter

public CheckstyleProfileExporter(org.apache.commons.configuration.Configuration conf)
Method Detail

exportProfile

public void exportProfile(RulesProfile profile,
                          Writer writer)
Specified by:
exportProfile in class ProfileExporter


Copyright © 2009-2012 SonarSource. All Rights Reserved.