|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPluginInfo
The plugin information includes name, class name, and description. The localizable name and description are information for end-users.
The class name can be used to create an instance of the plugin.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
java.lang.String getName(java.util.Locale locale)
locale - end-user locale
java.lang.String getDescription(java.util.Locale locale)
locale - end-user locale
java.lang.String getClassName()
Class.forName(info.getClassName());
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||