Uses of Class
com.biglybt.pifimpl.local.PluginInitializer
Packages that use PluginInitializer
-
Uses of PluginInitializer in com.biglybt.core.impl
Fields in com.biglybt.core.impl declared as PluginInitializer -
Uses of PluginInitializer in com.biglybt.pifimpl.local
Fields in com.biglybt.pifimpl.local declared as PluginInitializerModifier and TypeFieldDescriptionprivate PluginInitializer
PluginInterfaceImpl.initialiser
private PluginInitializer
PluginStateImpl.initialiser
protected PluginInitializer
PluginManagerImpl.pi
private static PluginInitializer
PluginInitializer.singleton
Methods in com.biglybt.pifimpl.local that return PluginInitializerModifier and TypeMethodDescriptionstatic PluginInitializer
PluginInitializer.getSingleton
(Core core) private static PluginInitializer
PluginInitializer.peekSingleton()
Methods in com.biglybt.pifimpl.local with parameters of type PluginInitializerModifier and TypeMethodDescriptionprotected static PluginManagerImpl
PluginManagerImpl.getSingleton
(PluginInitializer pi) Constructors in com.biglybt.pifimpl.local with parameters of type PluginInitializerModifierConstructorDescriptionprotected
PluginInterfaceImpl
(Plugin _plugin, PluginInitializer _initialiser, Object _initialiser_key, ClassLoader _class_loader, List<File> _verified_files, String _key, Properties _props, String _pluginDir, String _plugin_id, String _plugin_version) protected
PluginStateImpl
(PluginInterfaceImpl pi, PluginInitializer initialiser) -
Uses of PluginInitializer in com.biglybt.pifimpl.local.ipc
Fields in com.biglybt.pifimpl.local.ipc declared as PluginInitializerConstructors in com.biglybt.pifimpl.local.ipc with parameters of type PluginInitializerModifierConstructorDescriptionIPCInterfaceImpl
(PluginInitializer _plugin_initializer, Plugin _target) Constructor for real plugin based providers.