org.sonar.api.checks.profiles
Class CheckProfileXmlMarshaller
java.lang.Object
org.sonar.api.checks.profiles.CheckProfileXmlMarshaller
Deprecated. since 2.3
@Deprecated
public final class CheckProfileXmlMarshaller
- extends java.lang.Object
- Since:
- 2.1 (experimental)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckProfileXmlMarshaller
public CheckProfileXmlMarshaller()
- Deprecated.
toXml
public static void toXml(CheckProfile profile,
java.io.Writer writer)
- Deprecated.
fromXml
public static CheckProfile fromXml(java.io.Reader xml)
- Deprecated.
fromXmlInClasspath
public static CheckProfile fromXmlInClasspath(java.lang.String pathToXml)
- Deprecated.
fromXmlInClasspath
public static CheckProfile fromXmlInClasspath(java.lang.String pathToXml,
java.lang.Class clazz)
- Deprecated.
Copyright © 2009-2010 SonarSource. All Rights Reserved.