Interface PluginContainer
public interface PluginContainer
A wrapper around a loaded plugin instance.
-
Method Summary
Modifier and TypeMethodDescriptionGet the plugin's data directory.Get the plugin's description.Get the plugin instance.
-
Method Details
-
getDescription
Get the plugin's description.- Returns:
- the plugin description
-
getInstance
-
getDataDirectory
Get the plugin's data directory. This is where the plugin should store configuration and data files.- Returns:
- the data directory
-