Uses of Interface
org.pf4j.PluginLoader
Packages that use PluginLoader
-
Uses of PluginLoader in org.pf4j
Classes in org.pf4j that implement PluginLoaderModifier and TypeClassDescriptionclass
Load all information needed by a plugin.class
class
Load all information needed by a plugin fromDefaultPluginClasspath
.class
Load all information needed by a plugin fromDevelopmentPluginClasspath
.class
Fields in org.pf4j declared as PluginLoaderFields in org.pf4j with type parameters of type PluginLoaderMethods in org.pf4j that return PluginLoaderModifier and TypeMethodDescriptionprotected abstract PluginLoader
AbstractPluginManager.createPluginLoader()
protected PluginLoader
DefaultPluginManager.createPluginLoader()
protected PluginLoader
JarPluginManager.createPluginLoader()
protected PluginLoader
ZipPluginManager.createPluginLoader()
AbstractPluginManager.getPluginLoader()
Methods in org.pf4j with parameters of type PluginLoaderModifier and TypeMethodDescriptionCompoundPluginLoader.add
(PluginLoader loader) CompoundPluginLoader.add
(PluginLoader loader, BooleanSupplier condition) Add aPluginLoader
only if thecondition
is satisfied.