org.sonar.plugins.surefire.data
Class SurefireStaxHandler

java.lang.Object
  extended by org.sonar.plugins.surefire.data.SurefireStaxHandler
All Implemented Interfaces:
org.sonar.api.utils.StaxParser.XmlStreamHandler

public class SurefireStaxHandler
extends Object
implements org.sonar.api.utils.StaxParser.XmlStreamHandler


Constructor Summary
SurefireStaxHandler(UnitTestIndex index)
           
 
Method Summary
 void stream(org.codehaus.staxmate.in.SMHierarchicCursor rootCursor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurefireStaxHandler

public SurefireStaxHandler(UnitTestIndex index)
Method Detail

stream

public void stream(org.codehaus.staxmate.in.SMHierarchicCursor rootCursor)
            throws XMLStreamException
Specified by:
stream in interface org.sonar.api.utils.StaxParser.XmlStreamHandler
Throws:
XMLStreamException


Copyright © 2012-2014 SonarSource. All Rights Reserved.