Uses of Class
com.biglybt.pifimpl.local.PluginInitializer
-
Packages that use PluginInitializer Package Description com.biglybt.core.impl com.biglybt.pifimpl.local com.biglybt.pifimpl.local.ipc -
-
Uses of PluginInitializer in com.biglybt.core.impl
Fields in com.biglybt.core.impl declared as PluginInitializer Modifier and Type Field Description (package private) PluginInitializer
CoreImpl. pi
-
Uses of PluginInitializer in com.biglybt.pifimpl.local
Fields in com.biglybt.pifimpl.local declared as PluginInitializer Modifier and Type Field Description private PluginInitializer
PluginInterfaceImpl. initialiser
private PluginInitializer
PluginStateImpl. initialiser
protected PluginInitializer
PluginManagerImpl. pi
private static PluginInitializer
PluginInitializer. singleton
Methods in com.biglybt.pifimpl.local that return PluginInitializer Modifier and Type Method Description static PluginInitializer
PluginInitializer. getSingleton(Core core)
private static PluginInitializer
PluginInitializer. peekSingleton()
Methods in com.biglybt.pifimpl.local with parameters of type PluginInitializer Modifier and Type Method Description protected static PluginManagerImpl
PluginManagerImpl. getSingleton(PluginInitializer pi)
Constructors in com.biglybt.pifimpl.local with parameters of type PluginInitializer Constructor Description PluginInterfaceImpl(Plugin _plugin, PluginInitializer _initialiser, java.lang.Object _initialiser_key, java.lang.ClassLoader _class_loader, java.util.List<java.io.File> _verified_files, java.lang.String _key, java.util.Properties _props, java.lang.String _pluginDir, java.lang.String _plugin_id, java.lang.String _plugin_version)
PluginManagerImpl(PluginInitializer _pi)
PluginStateImpl(PluginInterfaceImpl pi, PluginInitializer initialiser)
-
Uses of PluginInitializer in com.biglybt.pifimpl.local.ipc
Fields in com.biglybt.pifimpl.local.ipc declared as PluginInitializer Modifier and Type Field Description private PluginInitializer
IPCInterfaceImpl. plugin_initializer
Constructors in com.biglybt.pifimpl.local.ipc with parameters of type PluginInitializer Constructor Description IPCInterfaceImpl(PluginInitializer _plugin_initializer, Plugin _target)
Constructor for real plugin based providers.
-