Uses of Class
org.pf4j.PluginClassLoader
-
Packages that use PluginClassLoader Package Description org.pf4j -
-
Uses of PluginClassLoader in org.pf4j
Methods in org.pf4j that return PluginClassLoader Modifier and Type Method Description protected PluginClassLoader
BasePluginLoader. createPluginClassLoader(java.nio.file.Path pluginPath, PluginDescriptor pluginDescriptor)
Methods in org.pf4j with parameters of type PluginClassLoader Modifier and Type Method Description protected void
BasePluginLoader. loadClasses(java.nio.file.Path pluginPath, PluginClassLoader pluginClassLoader)
protected void
BasePluginLoader. loadJars(java.nio.file.Path pluginPath, PluginClassLoader pluginClassLoader)
-