Modifier and Type | Class and Description |
---|---|
class |
AbstractSystemReportPlugin |
Modifier and Type | Method and Description |
---|---|
List<SystemReportPlugin> |
SystemReport.getPlugins() |
Modifier and Type | Method and Description |
---|---|
int |
AbstractSystemReportPlugin.compareTo(SystemReportPlugin o) |
void |
SystemReportFormatter.write(SystemReportPlugin plugin)
Write the data from the specified
SystemReportPlugin . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractSystemReportFormatter.hasDisplayable(SystemReportPlugin plugin) |
void |
FullTextSystemReportFormatter.write(SystemReportPlugin plugin) |
void |
FtpSystemReportFormatter.write(SystemReportPlugin plugin) |
void |
ZipSystemReportFormatter.write(SystemReportPlugin plugin) |
void |
TextSystemReportFormatter.write(SystemReportPlugin plugin) |
void |
XmlSystemReportFormatter.write(SystemReportPlugin plugin) |
void |
AbstractSystemReportFormatter.write(SystemReportPlugin plugin) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationReportPlugin |
class |
LogReportPlugin |
class |
OpenNMSReportPlugin |
class |
TopEventReportPlugin |
Modifier and Type | Class and Description |
---|---|
class |
JavaReportPlugin |
class |
LsofReportPlugin |
class |
OSReportPlugin |
class |
ThreadReportPlugin |
class |
TopReportPlugin |
Modifier and Type | Method and Description |
---|---|
List<SystemReportPlugin> |
SystemReportInfo.getPlugins() |
Constructor and Description |
---|
SystemReportInfo(List<SystemReportFormatter> formatters,
List<SystemReportPlugin> plugins) |
Copyright © 2021. All rights reserved.