public interface IPluginInfo
The class name can be used to create an instance of the plugin.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Retrieves the class name of the plugin.
|
java.lang.String |
getDescription(java.util.Locale locale)
Retrieves the localized plugin description.
|
java.lang.String |
getName(java.util.Locale locale)
Retrieves the localized plugin name.
|
java.lang.String getName(java.util.Locale locale)
locale - end-user localejava.lang.String getDescription(java.util.Locale locale)
locale - end-user localejava.lang.String getClassName()
Class.forName(info.getClassName());