public abstract class ReportHtmlParser extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
fullReportPath |
static String |
LINE_SEPARATOR |
Constructor and Description |
---|
ReportHtmlParser() |
ReportHtmlParser(String fullReportPath) |
Modifier and Type | Method and Description |
---|---|
String |
getFirstResult(List<String> results) |
String |
getFullReportPath()
Parse method.
|
String |
getParseFirstResult(Pattern pattern) |
List<String> |
getParseResults(Pattern pattern) |
List<String> |
parse(String path,
Pattern pattern) |
void |
setFullReportPath(String fullReportPath) |
protected String fullReportPath
public static final String LINE_SEPARATOR
public ReportHtmlParser()
public ReportHtmlParser(String fullReportPath)
public String getFullReportPath()
public void setFullReportPath(String fullReportPath)
public String getParseFirstResult(Pattern pattern) throws PrqaException
PrqaException
public List<String> getParseResults(Pattern pattern) throws PrqaException
PrqaException
public List<String> parse(String path, Pattern pattern) throws PrqaParserException
PrqaParserException
Copyright © 2016–2022. All rights reserved.