Uses of Class
xyz.janboerman.scalaloader.plugin.ScalaPluginLoader
Packages that use ScalaPluginLoader
-
Uses of ScalaPluginLoader in xyz.janboerman.scalaloader.plugin
Methods in xyz.janboerman.scalaloader.plugin that return ScalaPluginLoaderModifier and TypeMethodDescriptionstatic ScalaPluginLoader
ScalaPluginLoader.getInstance()
Get the instance that was created when this ScalaPluginLoader was constructed.ScalaPlugin.getPluginLoader()
Deprecated.ScalaPluginClassLoader.getPluginLoader()
Get the plugin loader that uses this class loader.ScalaPlugin.pluginLoader()
Get the plugin loader.Constructors in xyz.janboerman.scalaloader.plugin with parameters of type ScalaPluginLoaderModifierConstructorDescriptionprotected
ScalaPluginClassLoader
(ScalaPluginLoader pluginLoader, URL[] urls, ScalaLibraryClassLoader parent, Server server, Map<String, Object> extraPluginYaml, File pluginJarFile, ApiVersion apiVersion, String mainClassName, TransformerRegistry transformerRegistry, Collection<File> dependencies) Construct a ClassLoader that loads classes forScalaPlugin
s.
ScalaPlugin.pluginLoader()
instead.