public abstract class AbstractPluginInformation extends Object implements PluginInformation
PluginInformation, for reuse purposes.| Constructor and Description |
|---|
AbstractPluginInformation(String name,
String description,
String version) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of this plugin.
|
String |
getName()
Returns the name of this plugin.
|
String |
getVersion()
Returns the version of the plugin.
|
public String getName()
PluginInformationgetName in interface PluginInformationpublic String getDescription()
PluginInformationgetDescription in interface PluginInformationpublic String getVersion()
PluginInformationgetVersion in interface PluginInformationCopyright © 2014. All rights reserved.