Uses of Interface
org.pf4j.PluginDescriptorFinder
Packages that use PluginDescriptorFinder
-
Uses of PluginDescriptorFinder in org.pf4j
Classes in org.pf4j that implement PluginDescriptorFinderModifier and TypeClassDescriptionclass
class
Read the plugin descriptor from the manifest file.class
Find a plugin descriptor in a properties file (in plugin repository).Fields in org.pf4j declared as PluginDescriptorFinderModifier and TypeFieldDescriptionprotected PluginDescriptorFinder
AbstractPluginManager.pluginDescriptorFinder
Fields in org.pf4j with type parameters of type PluginDescriptorFinderModifier and TypeFieldDescriptionprivate List
<PluginDescriptorFinder> CompoundPluginDescriptorFinder.finders
Methods in org.pf4j that return PluginDescriptorFinderModifier and TypeMethodDescriptionprotected abstract PluginDescriptorFinder
AbstractPluginManager.createPluginDescriptorFinder()
protected PluginDescriptorFinder
DefaultPluginManager.createPluginDescriptorFinder()
protected PluginDescriptorFinder
JarPluginManager.createPluginDescriptorFinder()
protected PluginDescriptorFinder
ZipPluginManager.createPluginDescriptorFinder()
protected PluginDescriptorFinder
AbstractPluginManager.getPluginDescriptorFinder()
Methods in org.pf4j with parameters of type PluginDescriptorFinderModifier and TypeMethodDescriptionCompoundPluginDescriptorFinder.add
(PluginDescriptorFinder finder)