public final class CloverCoverageParser extends Object
修飾子とタイプ | メソッドと説明 |
---|---|
protected static org.apache.commons.digester.Digester |
buildDigester() |
static ProjectCoverage |
parse(File inFile,
String pathPrefix) |
static ProjectCoverage |
parse(InputStream in) |
protected static void |
trimPathPrefix(String pathPrefix,
List<FileCoverage> fileCoverages) |
static ProjectCoverage |
trimPaths(ProjectCoverage result,
String pathPrefix) |
public static ProjectCoverage trimPaths(ProjectCoverage result, String pathPrefix)
protected static void trimPathPrefix(String pathPrefix, List<FileCoverage> fileCoverages)
public static ProjectCoverage parse(File inFile, String pathPrefix) throws IOException
IOException
public static ProjectCoverage parse(InputStream in) throws IOException
IOException
protected static org.apache.commons.digester.Digester buildDigester()
Copyright © 2004-2015. All Rights Reserved.