Interface PluginDescription
public interface PluginDescription
Describes a plugin's metadata.
-
Method Details
-
getId
-
getName
Get the plugin's display name.- Returns:
- the plugin name, or the ID if not specified
-
getVersion
-
getDescription
-
getAuthors
-
getDependencies
Get the plugin's dependencies.- Returns:
- the list of dependencies
-
getMainClass
-