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 classCompoundPluginDescriptorFinderclassManifestPluginDescriptorFinderRead the plugin descriptor from the manifest file.classPropertiesPluginDescriptorFinderFind a plugin descriptor in a properties file (in plugin repository).Fields in org.pf4j declared as PluginDescriptorFinder Modifier and Type Field Description protected PluginDescriptorFinderAbstractPluginManager. pluginDescriptorFinderFields in org.pf4j with type parameters of type PluginDescriptorFinder Modifier and Type Field Description private java.util.List<PluginDescriptorFinder>CompoundPluginDescriptorFinder. findersMethods in org.pf4j that return PluginDescriptorFinder Modifier and Type Method Description protected abstract PluginDescriptorFinderAbstractPluginManager. createPluginDescriptorFinder()protected PluginDescriptorFinderDefaultPluginManager. createPluginDescriptorFinder()protected PluginDescriptorFinderJarPluginManager. createPluginDescriptorFinder()protected PluginDescriptorFinderZipPluginManager. createPluginDescriptorFinder()protected PluginDescriptorFinderAbstractPluginManager. getPluginDescriptorFinder()Methods in org.pf4j with parameters of type PluginDescriptorFinder Modifier and Type Method Description CompoundPluginDescriptorFinderCompoundPluginDescriptorFinder. add(PluginDescriptorFinder finder)
-