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