Interface HomePlugin
- All Known Implementing Classes:
MetricsPlugin
public interface HomePlugin
The interface Home plugin.
-
Method Details
-
getName
-
getVersion
-
getAuthor
-
getAuthors
-
initialize
void initialize()Initialize the plugin. -
stop
void stop()Stop the plugin and perform any necessary cleanup.
-