Package org.opennms.systemreport
Class SystemReport
- java.lang.Object
-
- org.opennms.systemreport.SystemReport
-
public class SystemReport extends Object
-
-
Constructor Summary
Constructors Constructor Description SystemReport()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SystemReportFormatter>
getFormatters()
List<SystemReportPlugin>
getPlugins()
static void
main(String[] args)
void
setServiceRegistry(ServiceRegistry registry)
-
-
-
Method Detail
-
getPlugins
public List<SystemReportPlugin> getPlugins()
-
getFormatters
public List<SystemReportFormatter> getFormatters()
-
setServiceRegistry
public void setServiceRegistry(ServiceRegistry registry)
-
-