|
||||||||||
| 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.FtpSystemReportFormatter
public class FtpSystemReportFormatter
| Constructor Summary | |
|---|---|
FtpSystemReportFormatter()
|
|
| Method Summary | |
|---|---|
void |
begin()
Indicates that report output will begin. |
boolean |
canStdout()
Whether this formatter should be allowed to write to STDOUT. |
void |
end()
Indicates that report output will end. |
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. |
boolean |
needsOutputStream()
Whether or not this formatter needs to be given an output stream. |
void |
write(SystemReportPlugin plugin)
Write the data from the specified SystemReportPlugin. |
| Methods inherited from class org.opennms.systemreport.formatters.AbstractSystemReportFormatter |
|---|
compareTo, getOutput, getOutputStream, getResourceText, hasDisplayable, isDisplayable, isFile, 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 |
|---|
setOutput, setOutputStream |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public FtpSystemReportFormatter()
| 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 boolean needsOutputStream()
SystemReportFormatter
needsOutputStream in interface SystemReportFormatterneedsOutputStream in class AbstractSystemReportFormatterpublic void begin()
SystemReportFormatter
begin in interface SystemReportFormatterbegin in class AbstractSystemReportFormatterpublic void write(SystemReportPlugin plugin)
SystemReportFormatterSystemReportPlugin.
write in interface SystemReportFormatterwrite in class AbstractSystemReportFormatterplugin - the system report plugin which contains the data to writepublic void end()
SystemReportFormatter
end in interface SystemReportFormatterend in class AbstractSystemReportFormatter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||