hudson.plugins.rubyMetrics.rcov
Class RcovParser

java.lang.Object
  extended by hudson.plugins.rubyMetrics.rcov.RcovParser

public class RcovParser
extends java.lang.Object


Constructor Summary
RcovParser(java.io.File rootFilePath)
           
 
Method Summary
 RcovResult parse(java.io.File file)
           
 RcovResult parse(java.io.InputStream input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RcovParser

public RcovParser(java.io.File rootFilePath)
Method Detail

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


Copyright © 2008. All Rights Reserved.