hudson.plugins.rubyMetrics.rcov
Class RcovParser
java.lang.Object
hudson.plugins.rubyMetrics.HtmlParser
hudson.plugins.rubyMetrics.rcov.RcovParser
public class RcovParser
- extends HtmlParser
|
Constructor Summary |
RcovParser(java.io.File rootFilePath)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RcovParser
public RcovParser(java.io.File rootFilePath)
parse
public RcovResult parse(java.io.File file)
throws java.io.IOException
- Throws:
java.io.IOException
parse
public RcovResult parse(java.io.InputStream input)
throws java.io.IOException
- Throws:
java.io.IOException
getReportTable
protected org.htmlparser.tags.TableTag getReportTable(org.htmlparser.Parser htmlParser)
throws org.htmlparser.util.ParserException
- Specified by:
getReportTable in class HtmlParser
- Throws:
org.htmlparser.util.ParserException
parseSource
public java.lang.String parseSource(java.lang.String href)
throws org.htmlparser.util.ParserException,
java.io.IOException
- Throws:
org.htmlparser.util.ParserException
java.io.IOException
Copyright © 2010. All Rights Reserved.