org.sonar.api.checks.profiles
Class CheckProfileXmlMarshaller

java.lang.Object
  extended by org.sonar.api.checks.profiles.CheckProfileXmlMarshaller

public final class CheckProfileXmlMarshaller
extends java.lang.Object

EXPERIMENTAL - will be used in version 2.2


Constructor Summary
CheckProfileXmlMarshaller()
           
 
Method Summary
static CheckProfile fromXml(java.io.Reader xml)
           
static CheckProfile fromXmlInClasspath(java.lang.String pathToXml)
           
static void toXml(CheckProfile profile, java.io.Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckProfileXmlMarshaller

public CheckProfileXmlMarshaller()
Method Detail

toXml

public static void toXml(CheckProfile profile,
                         java.io.Writer writer)

fromXml

public static CheckProfile fromXml(java.io.Reader xml)

fromXmlInClasspath

public static CheckProfile fromXmlInClasspath(java.lang.String pathToXml)


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.