hudson.plugins.clover
Class CloverCoverageParser

java.lang.Object
  extended by hudson.plugins.clover.CloverCoverageParser

public class CloverCoverageParser
extends Object

Created by IntelliJ IDEA.

Since:
03-Jul-2007 09:03:30
Author:
connollys

Method Summary
static ProjectCoverage parse(File inFile, String pathPrefix)
           
static ProjectCoverage parse(InputStream in)
           
static ProjectCoverage trimPaths(ProjectCoverage result, String pathPrefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

trimPaths

public static ProjectCoverage trimPaths(ProjectCoverage result,
                                        String pathPrefix)

parse

public static ProjectCoverage parse(File inFile,
                                    String pathPrefix)
                             throws IOException
Throws:
IOException

parse

public static ProjectCoverage parse(InputStream in)
                             throws IOException
Throws:
IOException


Copyright © 2004-2012 Hudson. All Rights Reserved.