Class OSReportPlugin

    • Constructor Detail

      • OSReportPlugin

        public OSReportPlugin()
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: SystemReportPlugin
        Get the name of this report plugin.
        Returns:
        the name
      • getDescription

        public String getDescription()
        Description copied from interface: SystemReportPlugin
        Get a short description of the plugin's operation.
        Returns:
        the description
      • getPriority

        public int getPriority()
        Description copied from interface: SystemReportPlugin
        Get the priority of this plugin. This will be used to sort the various plugins' output when creating an aggregate report. 1-10: system-level plugins 11-50: related to core system functionality (eg, events, alarms, notifications) 51-98: related to non-essential system functionality (eg, UI, reporting) 99: unknown priority
        Specified by:
        getPriority in interface SystemReportPlugin
        Overrides:
        getPriority in class AbstractSystemReportPlugin
        Returns:
        the priority, from 1 to 99