org.sonar.api.checks.profiles
Class CheckProfileXmlMarshaller
java.lang.Object
org.sonar.api.checks.profiles.CheckProfileXmlMarshaller
public final class CheckProfileXmlMarshaller
- extends java.lang.Object
EXPERIMENTAL - will be used in version 2.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckProfileXmlMarshaller
public CheckProfileXmlMarshaller()
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)
fromXmlInClasspath
public static CheckProfile fromXmlInClasspath(java.lang.String pathToXml,
java.lang.Class clazz)
Copyright © 2009-2010 SonarSource. All Rights Reserved.