public interface PluginContainer
Plugin
annotation to retrieve
information from the annotation for easier use.Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the id of the
Plugin within this container. |
Object |
getInstance()
Returns the created instance of
Plugin . |
String |
getName()
Gets the name of the
Plugin within this container. |
String |
getVersion()
Gets the version of the
Plugin within this container. |