Uses of Interface
org.pf4j.PluginLoader
-
Packages that use PluginLoader Package Description org.pf4j -
-
Uses of PluginLoader in org.pf4j
Classes in org.pf4j that implement PluginLoader Modifier and Type Class Description class
BasePluginLoader
Load all information needed by a plugin.class
CompoundPluginLoader
class
DefaultPluginLoader
Load all information needed by a plugin fromDefaultPluginClasspath
.class
DevelopmentPluginLoader
Load all information needed by a plugin fromDevelopmentPluginClasspath
.class
JarPluginLoader
Fields in org.pf4j declared as PluginLoader Modifier and Type Field Description protected PluginLoader
AbstractPluginManager. pluginLoader
Fields in org.pf4j with type parameters of type PluginLoader Modifier and Type Field Description private java.util.List<PluginLoader>
CompoundPluginLoader. loaders
Methods in org.pf4j that return PluginLoader Modifier and Type Method Description protected abstract PluginLoader
AbstractPluginManager. createPluginLoader()
protected PluginLoader
DefaultPluginManager. createPluginLoader()
protected PluginLoader
JarPluginManager. createPluginLoader()
protected PluginLoader
ZipPluginManager. createPluginLoader()
PluginLoader
AbstractPluginManager. getPluginLoader()
Methods in org.pf4j with parameters of type PluginLoader Modifier and Type Method Description CompoundPluginLoader
CompoundPluginLoader. add(PluginLoader loader)
CompoundPluginLoader
CompoundPluginLoader. add(PluginLoader loader, java.util.function.BooleanSupplier condition)
Add aPluginLoader
only if thecondition
is satisfied.
-