public interface

IPlugin

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

Class Overview

Base interface for JEB back-end plugins.

Plugins should not implement this interface directly, but instead implement one of the children interfaces that are made available by the API:

Summary

Public Methods
abstract IPluginInformation getPluginInformation()
Retrieve basic information about the plugin, such as name, version, author, and organization.

Public Methods

public abstract IPluginInformation getPluginInformation ()

Retrieve basic information about the plugin, such as name, version, author, and organization.

Returns
  • the plugin information, potentially null (not recommended)