java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.PluginInformation |
Known Direct Subclasses |
Standard implementation of a plugin information object.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected String | author | ||||||||||
protected String | description | ||||||||||
protected Version | maxCoreVersion | ||||||||||
protected Version | minCoreVersion | ||||||||||
protected String | name | ||||||||||
protected Version | version |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PluginInformation(String name, String description, String author, Version version, Version minCoreVersion, Version maxCoreVersion)
Create a new plugin information objects.
| |||||||||||
PluginInformation(String name, String description, String author, Version version, Version minCoreVersion)
Create a new plugin information objects.
| |||||||||||
PluginInformation(String name, String description, String author, Version version)
Create a new plugin information object, without specifying JEB core version requirements.
|
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PluginInformation() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getAuthor()
Get the plugin author information.
| ||||||||||
String |
getDescription()
Get the plugin description.
| ||||||||||
Version |
getMaximumCoreVersion()
Get the maximum version of JEB core required to run this plugin.
| ||||||||||
Version |
getMinimumCoreVersion()
Get the minimum version of JEB core required to run this plugin.
| ||||||||||
String |
getName()
Get the plugin name.
| ||||||||||
Version |
getVersion()
Get the plugin version.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.IPluginInformation
|
Create a new plugin information objects. All fields are optional.
name | plugin name |
---|---|
description | plugin description |
author | plugin author (individual or company) |
version | plugin version |
minCoreVersion | optional minimal version of the back-end requested to run the plugin |
maxCoreVersion | optional maximum version of the back-end requested to run the plugin |
Create a new plugin information objects.
name | plugin name |
---|---|
description | plugin description |
author | plugin author (individual or company) |
version | plugin version |
minCoreVersion | optional minimal version of the back-end requested to run the plugin |
Create a new plugin information object, without specifying JEB core version requirements. All fields are optional.
name | plugin name |
---|---|
description | plugin description |
author | plugin author |
version | plugin version |
Get the plugin author information.
Get the plugin description.
Get the maximum version of JEB core required to run this plugin.
Get the minimum version of JEB core required to run this plugin.
Get the plugin name.