Class CloverReportParser
- java.lang.Object
-
- com.atlassian.bamboo.clover.builder.coverage.CloverReportParser
-
public class CloverReportParser extends Object
Parses a clover report file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
CloverReportParser.CloverXmlHandler
static class
CloverReportParser.ProjectMetrics
Container for code metrics for a project.
-
Constructor Summary
Constructors Constructor Description CloverReportParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SAXParser
createSAXParser()
protected @Nullable CloverReportParser.ProjectMetrics
parse(@NotNull com.atlassian.bamboo.clover.builder.coverage.CloverReportParser.ParserRunnable runnable)
@Nullable CloverReportParser.ProjectMetrics
parse(@NotNull File file)
@Nullable CloverReportParser.ProjectMetrics
parse(@NotNull InputStream stream)
-
-
-
Method Detail
-
parse
@Nullable public @Nullable CloverReportParser.ProjectMetrics parse(@NotNull @NotNull InputStream stream)
-
parse
@Nullable public @Nullable CloverReportParser.ProjectMetrics parse(@NotNull @NotNull File file)
-
parse
@Nullable protected @Nullable CloverReportParser.ProjectMetrics parse(@NotNull @NotNull com.atlassian.bamboo.clover.builder.coverage.CloverReportParser.ParserRunnable runnable)
-
createSAXParser
protected SAXParser createSAXParser() throws ParserConfigurationException, SAXException
-
-