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 classBasePluginLoaderLoad all information needed by a plugin.classCompoundPluginLoaderclassDefaultPluginLoaderLoad all information needed by a plugin fromDefaultPluginClasspath.classDevelopmentPluginLoaderLoad all information needed by a plugin fromDevelopmentPluginClasspath.classJarPluginLoaderFields in org.pf4j declared as PluginLoader Modifier and Type Field Description protected PluginLoaderAbstractPluginManager. pluginLoaderFields in org.pf4j with type parameters of type PluginLoader Modifier and Type Field Description private java.util.List<PluginLoader>CompoundPluginLoader. loadersMethods in org.pf4j that return PluginLoader Modifier and Type Method Description protected abstract PluginLoaderAbstractPluginManager. createPluginLoader()protected PluginLoaderDefaultPluginManager. createPluginLoader()protected PluginLoaderJarPluginManager. createPluginLoader()protected PluginLoaderZipPluginManager. createPluginLoader()PluginLoaderAbstractPluginManager. getPluginLoader()Methods in org.pf4j with parameters of type PluginLoader Modifier and Type Method Description CompoundPluginLoaderCompoundPluginLoader. add(PluginLoader loader)CompoundPluginLoaderCompoundPluginLoader. add(PluginLoader loader, java.util.function.BooleanSupplier condition)Add aPluginLoaderonly if theconditionis satisfied.
-