org.owasp.orizon.report
Class PlainFormatter
java.lang.Object
org.owasp.orizon.report.PlainFormatter
- All Implemented Interfaces:
- Formatter
public class PlainFormatter
- extends java.lang.Object
- implements Formatter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainFormatter
public PlainFormatter()
format
public java.lang.String format(Reportable r)
- Specified by:
format
in interface Formatter
format
public java.lang.String format(java.lang.String s)
- Specified by:
format
in interface Formatter
footer
public java.lang.String footer(java.lang.String s)
- Specified by:
footer
in interface Formatter
header
public java.lang.String header(java.lang.String s)
- Specified by:
header
in interface Formatter
startListReportable
public java.lang.String startListReportable()
- Specified by:
startListReportable
in interface Formatter
stopListReportable
public java.lang.String stopListReportable()
- Specified by:
stopListReportable
in interface Formatter
newLine
public java.lang.String newLine()
- Specified by:
newLine
in interface Formatter
horizontalLine
public java.lang.String horizontalLine()
- Specified by:
horizontalLine
in interface Formatter