Uses of Interface
org.pf4j.PluginDescriptorFinder
-
Packages that use PluginDescriptorFinder Package Description org.pf4j -
-
Uses of PluginDescriptorFinder in org.pf4j
Classes in org.pf4j that implement PluginDescriptorFinder Modifier and Type Class Description class
CompoundPluginDescriptorFinder
class
ManifestPluginDescriptorFinder
Read the plugin descriptor from the manifest file.class
PropertiesPluginDescriptorFinder
Find a plugin descriptor in a properties file (in plugin repository).Fields in org.pf4j declared as PluginDescriptorFinder Modifier and Type Field Description protected PluginDescriptorFinder
AbstractPluginManager. pluginDescriptorFinder
Fields in org.pf4j with type parameters of type PluginDescriptorFinder Modifier and Type Field Description private java.util.List<PluginDescriptorFinder>
CompoundPluginDescriptorFinder. finders
Methods in org.pf4j that return PluginDescriptorFinder Modifier and Type Method Description protected 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 PluginDescriptorFinder Modifier and Type Method Description CompoundPluginDescriptorFinder
CompoundPluginDescriptorFinder. add(PluginDescriptorFinder finder)
-