Uses of Interface
org.opennms.systemreport.SystemReportPlugin
-
-
Uses of SystemReportPlugin in org.opennms.systemreport
Classes in org.opennms.systemreport that implement SystemReportPlugin Modifier and Type Class Description class
AbstractSystemReportPlugin
Methods in org.opennms.systemreport that return types with arguments of type SystemReportPlugin Modifier and Type Method Description java.util.List<SystemReportPlugin>
SystemReport. getPlugins()
Methods in org.opennms.systemreport with parameters of type SystemReportPlugin Modifier and Type Method Description int
AbstractSystemReportPlugin. compareTo(SystemReportPlugin o)
void
SystemReportFormatter. write(SystemReportPlugin plugin)
Write the data from the specifiedSystemReportPlugin
. -
Uses of SystemReportPlugin in org.opennms.systemreport.formatters
Methods in org.opennms.systemreport.formatters with parameters of type SystemReportPlugin Modifier and Type Method Description protected boolean
AbstractSystemReportFormatter. hasDisplayable(SystemReportPlugin plugin)
void
AbstractSystemReportFormatter. write(SystemReportPlugin plugin)
void
FtpSystemReportFormatter. write(SystemReportPlugin plugin)
void
FullTextSystemReportFormatter. write(SystemReportPlugin plugin)
void
TextSystemReportFormatter. write(SystemReportPlugin plugin)
void
XmlSystemReportFormatter. write(SystemReportPlugin plugin)
void
ZipSystemReportFormatter. write(SystemReportPlugin plugin)
-
Uses of SystemReportPlugin in org.opennms.systemreport.opennms
Classes in org.opennms.systemreport.opennms that implement SystemReportPlugin Modifier and Type Class Description class
ConfigurationReportPlugin
class
LogReportPlugin
class
OpenNMSReportPlugin
class
TopEventReportPlugin
-
Uses of SystemReportPlugin in org.opennms.systemreport.system
Classes in org.opennms.systemreport.system that implement SystemReportPlugin Modifier and Type Class Description class
JavaReportPlugin
class
LsofReportPlugin
class
OSReportPlugin
class
ThreadReportPlugin
class
TopReportPlugin
-
Uses of SystemReportPlugin in org.opennms.web.controller.admin.support
Methods in org.opennms.web.controller.admin.support that return types with arguments of type SystemReportPlugin Modifier and Type Method Description java.util.List<SystemReportPlugin>
SystemReportInfo. getPlugins()
-