org.sonar.api.profiles
Class XMLProfileSerializer

java.lang.Object
  extended by org.sonar.api.profiles.XMLProfileSerializer
All Implemented Interfaces:
ServerComponent

public final class XMLProfileSerializer
extends Object
implements ServerComponent

Since:
2.3

Constructor Summary
XMLProfileSerializer()
           
 
Method Summary
 void write(RulesProfile profile, Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLProfileSerializer

public XMLProfileSerializer()
Method Detail

write

public void write(RulesProfile profile,
                  Writer writer)


Copyright © 2009-2013 SonarSource. All Rights Reserved.