org.jenkinsci.plugins.cloverphp
クラス CloverCoverageParser

java.lang.Object
  上位を拡張 org.jenkinsci.plugins.cloverphp.CloverCoverageParser

public final class CloverCoverageParser
extends Object

Created by IntelliJ IDEA.

導入されたバージョン:
03-Jul-2007 09:03:30
作成者:
connollys

メソッドの概要
static ProjectCoverage parse(File inFile, String pathPrefix)
           
static ProjectCoverage parse(InputStream in)
           
static ProjectCoverage trimPaths(ProjectCoverage result, String pathPrefix)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

trimPaths

public static ProjectCoverage trimPaths(ProjectCoverage result,
                                        String pathPrefix)

parse

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

parse

public static ProjectCoverage parse(InputStream in)
                             throws IOException
例外:
IOException


Copyright © 2004-2011. All Rights Reserved.