Uses of Interface
xyz.janboerman.scalaloader.compat.IScalaPlugin
Packages that use IScalaPlugin
Package
Description
-
Uses of IScalaPlugin in xyz.janboerman.scalaloader.compat
Methods in xyz.janboerman.scalaloader.compat that return IScalaPluginModifier and TypeMethodDescriptionIScalaPluginClassLoader.getPlugin()
Get the ScalaPlugin instance loaded by this ClassLoader.Methods in xyz.janboerman.scalaloader.compat that return types with arguments of type IScalaPluginModifier and TypeMethodDescriptionCollection
<? extends IScalaPlugin> IScalaLoader.getScalaPlugins()
Get the loaded ScalaPlugins.Methods in xyz.janboerman.scalaloader.compat with parameters of type IScalaPluginModifier and TypeMethodDescriptionstatic void
IScalaPluginLoader.openUpToJavaPlugin
(IScalaPlugin scalaPlugin, JavaPlugin javaPlugin) Make the classes of a ScalaPlugin accessible to a JavaPlugin. -
Uses of IScalaPlugin in xyz.janboerman.scalaloader.event.plugin
Methods in xyz.janboerman.scalaloader.event.plugin that return IScalaPluginModifier and TypeMethodDescriptionScalaPluginDisableEvent.getPlugin()
Deprecated.ScalaPluginEnableEvent.getPlugin()
Deprecated.Constructors in xyz.janboerman.scalaloader.event.plugin with parameters of type IScalaPluginModifierConstructorDescriptionScalaPluginDisableEvent
(IScalaPlugin plugin) Deprecated.ScalaPluginEnableEvent
(IScalaPlugin plugin) Deprecated. -
Uses of IScalaPlugin in xyz.janboerman.scalaloader.plugin
Constructors in xyz.janboerman.scalaloader.plugin with parameters of type IScalaPlugin -
Uses of IScalaPlugin in xyz.janboerman.scalaloader.plugin.runtime
Constructors in xyz.janboerman.scalaloader.plugin.runtime with parameters of type IScalaPlugin -
Uses of IScalaPlugin in xyz.janboerman.scalaloader.util
Methods in xyz.janboerman.scalaloader.util with type parameters of type IScalaPluginModifier and TypeMethodDescriptionstatic <P extends IScalaPlugin>
PScalaLoaderUtils.createScalaPluginInstance
(Class<P> clazz) Tries to get the plugin instance from the scala plugin class.