Uses of Class
org.pf4j.CompoundPluginLoader
-
Packages that use CompoundPluginLoader Package Description org.pf4j -
-
Uses of CompoundPluginLoader in org.pf4j
Methods in org.pf4j that return CompoundPluginLoader 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.
-