Interface PluginMeta
- All Known Implementing Classes:
DefaultPluginMeta
public interface PluginMeta
-
Method Details
-
getName
String getName()The name of the plugin- Returns:
- Plugin name
-
getId
String getId()The plugin ID- Returns:
- Plugin ID
-
getDescription
String getDescription()The plugin description- Returns:
- Plugin description
-
getAuthors
String[] getAuthors()The authors of the plugin- Returns:
- Plugin authors
-
getVersion
String getVersion()The plugin version- Returns:
- Plugin version
-
getMainClass
String getMainClass()Main class of the plugin- Returns:
- Plugin main class
-