public interface SystemReportPlugin extends Comparable<SystemReportPlugin>
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()
Get a short description of the plugin's operation. 
 | 
Map<String,org.springframework.core.io.Resource> | 
getEntries()
Get a map of key/value pairs of data exposed by the plugin. 
 | 
String | 
getName()
Get the name of this report plugin. 
 | 
int | 
getPriority()
Get the priority of this plugin. 
 | 
compareToString getName()
String getDescription()
int getPriority()
Copyright © 2021. All rights reserved.