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 classAbstractExtensionFinderclassDefaultExtensionFinderThe default implementation forExtensionFinder.classLegacyExtensionFinderAll extensions declared in a plugin are indexed in a fileMETA-INF/extensions.idx.classServiceProviderExtensionFinderTheServiceLoaderbase implementation forExtensionFinder.Fields in org.pf4j declared as ExtensionFinder Modifier and Type Field Description protected ExtensionFinderAbstractPluginManager. extensionFinderFields in org.pf4j with type parameters of type ExtensionFinder Modifier and Type Field Description protected java.util.List<ExtensionFinder>DefaultExtensionFinder. findersMethods in org.pf4j that return ExtensionFinder Modifier and Type Method Description protected abstract ExtensionFinderAbstractPluginManager. createExtensionFinder()protected ExtensionFinderDefaultPluginManager. createExtensionFinder()Methods in org.pf4j with parameters of type ExtensionFinder Modifier and Type Method Description DefaultExtensionFinderDefaultExtensionFinder. add(ExtensionFinder finder)
-