Uses of Interface
com.pnfsoftware.jeb.core.IPluginFileEntry
Packages that use IPluginFileEntry
Package
Description
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
-
Uses of IPluginFileEntry in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core that return types with arguments of type IPluginFileEntryModifier and TypeMethodDescription<T extends IPlugin>
List<IPluginFileEntry<T>>IPluginManager.getPluginEntries
(Class<T> pluginClass) Retrieve external plugin entries by type.<T extends IPlugin>
List<IPluginFileEntry<T>>IPluginManager.getPluginEntries
(Class<T> pluginClass, boolean rescan) Retrieve external plugin entries by type.