Uses of Interface
org.pf4j.ExtensionFinder
-
Packages that use ExtensionFinder Package Description org.pf4j -
-
Uses of ExtensionFinder in org.pf4j
Classes in org.pf4j that implement ExtensionFinder Modifier and Type Class Description class
AbstractExtensionFinder
class
DefaultExtensionFinder
The default implementation forExtensionFinder
.class
LegacyExtensionFinder
All extensions declared in a plugin are indexed in a fileMETA-INF/extensions.idx
.class
ServiceProviderExtensionFinder
TheServiceLoader
base implementation forExtensionFinder
.Fields in org.pf4j declared as ExtensionFinder Modifier and Type Field Description protected ExtensionFinder
AbstractPluginManager. extensionFinder
Fields in org.pf4j with type parameters of type ExtensionFinder Modifier and Type Field Description protected java.util.List<ExtensionFinder>
DefaultExtensionFinder. finders
Methods in org.pf4j that return ExtensionFinder Modifier and Type Method Description protected abstract ExtensionFinder
AbstractPluginManager. createExtensionFinder()
protected ExtensionFinder
DefaultPluginManager. createExtensionFinder()
Methods in org.pf4j with parameters of type ExtensionFinder Modifier and Type Method Description DefaultExtensionFinder
DefaultExtensionFinder. add(ExtensionFinder finder)
-