org.sonar.api.checks.profiles
Class CheckProfileXmlMarshaller

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

Deprecated. since 2.3

@Deprecated
public final class CheckProfileXmlMarshaller
extends Object

Since:
2.1 (experimental)

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

Constructor Detail

CheckProfileXmlMarshaller

public CheckProfileXmlMarshaller()
Deprecated. 
Method Detail

toXml

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

fromXml

public static CheckProfile fromXml(Reader xml)
Deprecated. 

fromXmlInClasspath

public static CheckProfile fromXmlInClasspath(String pathToXml)
Deprecated. 

fromXmlInClasspath

public static CheckProfile fromXmlInClasspath(String pathToXml,
                                              Class clazz)
Deprecated. 


Copyright © 2009-2011 SonarSource. All Rights Reserved.