Class MetricsPlugin

java.lang.Object
fr.fuzeblocks.homeplugin.metrics.MetricsPlugin
All Implemented Interfaces:
HomePlugin

public class MetricsPlugin extends Object implements HomePlugin
  • Constructor Details

    • MetricsPlugin

      public MetricsPlugin()
  • Method Details

    • getName

      public String getName()
      Description copied from interface: HomePlugin
      Gets name.
      Specified by:
      getName in interface HomePlugin
      Returns:
      the name
    • getVersion

      public String getVersion()
      Description copied from interface: HomePlugin
      Gets version.
      Specified by:
      getVersion in interface HomePlugin
      Returns:
      the version
    • getAuthor

      public String getAuthor()
      Description copied from interface: HomePlugin
      Gets author.
      Specified by:
      getAuthor in interface HomePlugin
      Returns:
      the author
    • getAuthors

      public String[] getAuthors()
      Description copied from interface: HomePlugin
      Get authors string [ ].
      Specified by:
      getAuthors in interface HomePlugin
      Returns:
      the string [ ]
    • initialize

      public void initialize()
      Description copied from interface: HomePlugin
      Initialize the plugin.
      Specified by:
      initialize in interface HomePlugin
    • stop

      public void stop()
      Description copied from interface: HomePlugin
      Stop the plugin and perform any necessary cleanup.
      Specified by:
      stop in interface HomePlugin