hudson.plugins.PerfPublisher
Class ParserXml

java.lang.Object
  extended by hudson.plugins.PerfPublisher.ParserXml

public class ParserXml
extends java.lang.Object


Constructor Summary
ParserXml(java.net.URI xml)
           
 
Method Summary
 void parse()
           
 Report result()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserXml

public ParserXml(java.net.URI xml)
Parameters:
xml - URI Path to the xml file
Method Detail

parse

public void parse()
           throws javax.xml.parsers.ParserConfigurationException,
                  org.xml.sax.SAXException,
                  java.io.IOException
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException

result

public Report result()
Returns:
HashMap


Copyright © 2010. All Rights Reserved.