parse
public static Metrics parse (Set<String> blacklistMetrics,
boolean strictMode,
List<File> metricXmlFiles)
Parses xml data contained in given input files.
Parameters |
blacklistMetrics |
Set : ignore the metrics with these names |
strictMode |
boolean : whether to throw an exception when metric validation fails |
metricXmlFiles |
List : a list of metric xml files |
Returns |
Metrics |
a Metric object containing metrics from all metric files |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.