org.jenkinsci.plugins.valgrind.parser
Class ValgrindSaxParser

java.lang.Object
  extended by org.jenkinsci.plugins.valgrind.parser.ValgrindSaxParser
All Implemented Interfaces:
Serializable

public class ValgrindSaxParser
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ValgrindSaxParser(hudson.model.BuildListener listener)
           
 
Method Summary
 ValgrindReport parse(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValgrindSaxParser

public ValgrindSaxParser(hudson.model.BuildListener listener)
Method Detail

parse

public ValgrindReport parse(File file)
                     throws ParserConfigurationException,
                            SAXException,
                            IOException
Throws:
ParserConfigurationException
SAXException
IOException


Copyright © 2004-2012. All Rights Reserved.