Uses of Interface
com.pnfsoftware.jeb.core.IPluginInformation
Packages that use IPluginInformation
Package
Description
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
-
Uses of IPluginInformation in com.pnfsoftware.jeb.core
Classes in com.pnfsoftware.jeb.core that implement IPluginInformationModifier and TypeClassDescriptionclass
Editable plugins information offer setters to mutate some plugin-info properties such as the name or description.class
Standard implementation of a plugin information object.Methods in com.pnfsoftware.jeb.core that return IPluginInformationModifier and TypeMethodDescriptionIPlugin.getPluginInformation()
Retrieve basic information about the plugin, such as name, version, author, and organization.