public class LogParserResult extends Object
| Constructor and Description |
|---|
LogParserResult() |
public String getBadParsingRulesError()
public String getBadParsingRulesErrorDisplay()
public void setBadParsingRulesError(String badParsingRulesError)
public String getFailedToParseError()
public void setFailedToParseError(String failedToParseError)
public int getTotalErrors()
public int getTotalWarnings()
public int getTotalInfos()
public String getHtmlLogFile()
public String getHtmlLogPath()
public String getErrorLinksFile()
public String getWarningLinksFile()
public String getInfoLinksFile()
public String getParsedLogURL()
public Reader getReader(String filePath) throws IOException
IOExceptionpublic Reader getLogReader() throws IOException
IOExceptionpublic Reader getErrorLinksReader() throws IOException
IOExceptionpublic Reader getWarningLinksReader() throws IOException
IOExceptionpublic Reader getInfoLinksReader() throws IOException
IOExceptionpublic void setHtmlLogFile(String file)
public void setHtmlLogPath(String dir)
public void setErrorLinksFile(String file)
public void setWarningLinksFile(String file)
public void setInfoLinksFile(String file)
public void setTotalErrors(int totalErrors)
public void setTotalWarnings(int totalWarnings)
public void setTotalInfos(int totalInfos)
public void setParsedLogURL(String parsedLogURL)
public File getHtmlLogFileToRead()
public String getHtmlContent()
Copyright © 2004–2015. All rights reserved.