com.lazerycode.jmeter.analyzer.writer
public class DetailsToHtmlWriter extends DetailsWriterBase
| Constructor and Description |
|---|
DetailsToHtmlWriter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Needed to check if an Instance of DetailsToHtmlWriter is already in the
AnalyzeMojo.writers
Since this is more or less a simple PoJo, it is not necessary to make more than a simple instanceof check. |
protected String |
getDurationsSuffix() |
protected String |
getRootTemplate() |
protected String |
getSizesSuffix() |
writegetWriter, renderTextgetFile, getFileName, getResultDataFileRelativePath, setFileName, setResultDataFileRelativePathpublic boolean equals(Object obj)
AnalyzeMojo.writers
Since this is more or less a simple PoJo, it is not necessary to make more than a simple instanceof check.equals in class Objectobj - the object to checkAnalyzeMojo.initializeEnvironment()protected String getRootTemplate()
getRootTemplate in class TextWriterBaseprotected String getDurationsSuffix()
getDurationsSuffix in class DetailsWriterBaseprotected String getSizesSuffix()
getSizesSuffix in class DetailsWriterBaseCopyright © 2013. All Rights Reserved.