Uses of Interface
com.biglybt.pif.Plugin
-
-
Uses of Plugin in com.biglybt.pif
Subinterfaces of Plugin in com.biglybt.pif Modifier and Type Interface Description interface
LaunchablePlugin
interface
UnloadablePlugin
Methods in com.biglybt.pif that return Plugin Modifier and Type Method Description Plugin
PluginInterface. getPlugin()
Gives access to the plugin itselfMethods in com.biglybt.pif with parameters of type Plugin Modifier and Type Method Description static void
PluginManager. registerPlugin(Plugin plugin, java.lang.String id)
static void
PluginManager. registerPlugin(Plugin plugin, java.lang.String id, java.lang.String config_key)
Method parameters in com.biglybt.pif with type arguments of type Plugin Modifier and Type Method Description static void
PluginManager. registerPlugin(java.lang.Class<? extends Plugin> plugin_class)
Programatic plugin registration interface -
Uses of Plugin in com.biglybt.pifimpl.local
Classes in com.biglybt.pifimpl.local that implement Plugin Modifier and Type Class Description class
FailedPlugin
Fields in com.biglybt.pifimpl.local declared as Plugin Modifier and Type Field Description private Plugin
PluginInterfaceImpl. plugin
Fields in com.biglybt.pifimpl.local with type parameters of type Plugin Modifier and Type Field Description private java.util.List<Plugin>
PluginInitializer. s_plugins
Methods in com.biglybt.pifimpl.local that return Plugin Modifier and Type Method Description Plugin
PluginInterfaceImpl. getPlugin()
Methods in com.biglybt.pifimpl.local with parameters of type Plugin Modifier and Type Method Description protected void
PluginInitializer. initializePluginFromInstance(Plugin plugin, java.lang.String plugin_id, java.lang.String plugin_config_key)
protected static void
PluginInitializer. queueRegistration(Plugin plugin, java.lang.String id, java.lang.String config_key)
static void
PluginManagerImpl. registerPlugin(Plugin plugin, java.lang.String id, java.lang.String config_key)
Method parameters in com.biglybt.pifimpl.local with type arguments of type Plugin Modifier and Type Method Description static void
PluginManagerImpl. registerPlugin(java.lang.Class<? extends Plugin> plugin_class)
Constructors in com.biglybt.pifimpl.local with parameters of type Plugin 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)
-
Uses of Plugin in com.biglybt.pifimpl.local.clientid
Classes in com.biglybt.pifimpl.local.clientid that implement Plugin Modifier and Type Class Description class
ClientIDPlugin
-
Uses of Plugin in com.biglybt.pifimpl.local.installer
Methods in com.biglybt.pifimpl.local.installer with parameters of type Plugin Modifier and Type Method Description void
FilePluginInstallerImpl. addUpdate(UpdateCheckInstance inst, PluginUpdatePlugin plugin_update_plugin, Plugin plugin, PluginInterface plugin_interface)
abstract void
InstallablePluginImpl. addUpdate(UpdateCheckInstance inst, PluginUpdatePlugin plugin_update_plugin, Plugin plugin, PluginInterface plugin_interface)
void
StandardPluginImpl. addUpdate(UpdateCheckInstance inst, PluginUpdatePlugin plugin_update_plugin, Plugin plugin, PluginInterface plugin_interface)
-
Uses of Plugin in com.biglybt.pifimpl.local.ipc
Constructors in com.biglybt.pifimpl.local.ipc with parameters of type Plugin Constructor Description IPCInterfaceImpl(PluginInitializer _plugin_initializer, Plugin _target)
Constructor for real plugin based providers. -
Uses of Plugin in com.biglybt.pifimpl.local.launch
Methods in com.biglybt.pifimpl.local.launch that return Plugin Modifier and Type Method Description static Plugin
PluginLauncherImpl. getPreloadedPlugin(java.lang.String cla)
-
Uses of Plugin in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that return Plugin Modifier and Type Method Description Plugin
RPPluginInterface. getPlugin()
-
Uses of Plugin in com.biglybt.pifimpl.update
Classes in com.biglybt.pifimpl.update that implement Plugin Modifier and Type Class Description class
PluginUpdatePlugin
-
Uses of Plugin in com.biglybt.platform
Classes in com.biglybt.platform that implement Plugin Modifier and Type Class Description class
PlatformManagerPluginDelegate
-
Uses of Plugin in com.biglybt.platform.macosx
Classes in com.biglybt.platform.macosx that implement Plugin Modifier and Type Class Description class
PlatformManagerUpdateChecker
-
Uses of Plugin in com.biglybt.platform.unix
Classes in com.biglybt.platform.unix that implement Plugin Modifier and Type Class Description class
PlatformManagerUnixPlugin
-
Uses of Plugin in com.biglybt.platform.win32
Classes in com.biglybt.platform.win32 that implement Plugin Modifier and Type Class Description class
PlatformManagerUpdateChecker
-
Uses of Plugin in com.biglybt.plugin.dht
Classes in com.biglybt.plugin.dht that implement Plugin Modifier and Type Class Description class
DHTPlugin
-
Uses of Plugin in com.biglybt.plugin.extseed
Classes in com.biglybt.plugin.extseed that implement Plugin Modifier and Type Class Description class
ExternalSeedPlugin
-
Uses of Plugin in com.biglybt.plugin.magnet
Classes in com.biglybt.plugin.magnet that implement Plugin Modifier and Type Class Description class
MagnetPlugin
-
Uses of Plugin in com.biglybt.plugin.net.buddy
Classes in com.biglybt.plugin.net.buddy that implement Plugin Modifier and Type Class Description class
BuddyPlugin
-
Uses of Plugin in com.biglybt.plugin.net.netstatus
Classes in com.biglybt.plugin.net.netstatus that implement Plugin Modifier and Type Class Description class
NetStatusPlugin
-
Uses of Plugin in com.biglybt.plugin.removerules
Classes in com.biglybt.plugin.removerules that implement Plugin Modifier and Type Class Description class
DownloadRemoveRulesPlugin
-
Uses of Plugin in com.biglybt.plugin.rssgen
Classes in com.biglybt.plugin.rssgen that implement Plugin Modifier and Type Class Description class
RSSGeneratorPlugin
-
Uses of Plugin in com.biglybt.plugin.sharing.hoster
Classes in com.biglybt.plugin.sharing.hoster that implement Plugin Modifier and Type Class Description class
ShareHosterPlugin
-
Uses of Plugin in com.biglybt.plugin.startstoprules.always
Classes in com.biglybt.plugin.startstoprules.always that implement Plugin Modifier and Type Class Description class
RunEverythingPlugin
-
Uses of Plugin in com.biglybt.plugin.startstoprules.defaultplugin
Classes in com.biglybt.plugin.startstoprules.defaultplugin that implement Plugin Modifier and Type Class Description class
StartStopRulesDefaultPlugin
Handles Starting and Stopping of torrents. -
Uses of Plugin in com.biglybt.plugin.tracker.dht
Classes in com.biglybt.plugin.tracker.dht that implement Plugin Modifier and Type Class Description class
DHTTrackerPlugin
-
Uses of Plugin in com.biglybt.plugin.tracker.local
Classes in com.biglybt.plugin.tracker.local that implement Plugin Modifier and Type Class Description class
LocalTrackerPlugin
-
Uses of Plugin in com.biglybt.plugin.upnp
Classes in com.biglybt.plugin.upnp that implement Plugin Modifier and Type Class Description class
UPnPPlugin
-
Uses of Plugin in com.biglybt.ui.swt.views.peer
Fields in com.biglybt.ui.swt.views.peer declared as Plugin Modifier and Type Field Description private Plugin
PeerInfoView. countryLocator
-
Uses of Plugin in com.biglybt.ui.swt.views.utils
Classes in com.biglybt.ui.swt.views.utils that implement Plugin Modifier and Type Class Description private static class
ManagerUtils.UnloadableWebPlugin
-
Uses of Plugin in com.biglybt.ui.webplugin
Classes in com.biglybt.ui.webplugin that implement Plugin Modifier and Type Class Description class
WebPlugin
-
Uses of Plugin in com.biglybt.update
Classes in com.biglybt.update that implement Plugin Modifier and Type Class Description class
CorePatchChecker
class
CoreUpdateChecker
class
UpdaterUpdateChecker
-