|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.systemreport.formatters.AbstractSystemReportFormatter
org.opennms.systemreport.formatters.FullTextSystemReportFormatter
public class FullTextSystemReportFormatter
| Constructor Summary | |
|---|---|
FullTextSystemReportFormatter()
|
|
| Method Summary | |
|---|---|
boolean |
canStdout()
Whether this formatter should be allowed to write to STDOUT. |
String |
getContentType()
The Content-Type that this formatter outputs. |
String |
getDescription()
A short description of the format. |
String |
getExtension()
The default extension to use when creating files if no output is specified. |
String |
getName()
A short name for this format for use by UI's when presenting an option of which formatter to choose. |
void |
write(SystemReportPlugin plugin)
Write the data from the specified SystemReportPlugin. |
| Methods inherited from class org.opennms.systemreport.formatters.AbstractSystemReportFormatter |
|---|
begin, compareTo, end, getOutput, getOutputStream, getResourceText, hasDisplayable, isDisplayable, isFile, needsOutputStream, setOutput, setOutputStream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opennms.systemreport.SystemReportFormatter |
|---|
begin, end, needsOutputStream, setOutput, setOutputStream |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public FullTextSystemReportFormatter()
| Method Detail |
|---|
public String getName()
SystemReportFormatter
getName in interface SystemReportFormattergetName in class AbstractSystemReportFormatterpublic String getDescription()
SystemReportFormatter
getDescription in interface SystemReportFormattergetDescription in class AbstractSystemReportFormatterpublic String getContentType()
SystemReportFormatter
getContentType in interface SystemReportFormatterpublic String getExtension()
SystemReportFormatter
getExtension in interface SystemReportFormatterpublic boolean canStdout()
SystemReportFormatter
canStdout in interface SystemReportFormatterpublic void write(SystemReportPlugin plugin)
SystemReportFormatterSystemReportPlugin.
write in interface SystemReportFormatterwrite in class AbstractSystemReportFormatterplugin - the system report plugin which contains the data to write
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||