public interface

IPluginInformation

com.pnfsoftware.jeb.core.IPluginInformation
Known Indirect Subclasses

Class Overview

Plugin information object.

Summary

Public Methods
abstract String getAuthor()
Get the plugin author information.
abstract String getDescription()
Get the plugin description.
abstract Version getMaximumCoreVersion()
Get the maximum version of JEB core required to run this plugin.
abstract Version getMinimumCoreVersion()
Get the minimum version of JEB core required to run this plugin.
abstract String getName()
Get the plugin name.
abstract Version getVersion()
Get the plugin version.

Public Methods

public abstract String getAuthor ()

Get the plugin author information.

Returns
  • the optional author information

public abstract String getDescription ()

Get the plugin description.

Returns
  • the optional description string

public abstract Version getMaximumCoreVersion ()

Get the maximum version of JEB core required to run this plugin.

Returns
  • the optional version

public abstract Version getMinimumCoreVersion ()

Get the minimum version of JEB core required to run this plugin.

Returns
  • the optional version

public abstract String getName ()

Get the plugin name.

Returns
  • the optional name

public abstract Version getVersion ()

Get the plugin version.

Returns
  • the optional version