Uses of Class
com.biglybt.pif.PluginException
-
-
Uses of PluginException in com.biglybt.pif
Methods in com.biglybt.pif that throw PluginException Modifier and Type Method Description abstract void
PluginManager. executeCloseAction(java.lang.String action)
PluginInterface
PluginInterface. getLocalPluginInterface(java.lang.Class plugin, java.lang.String id)
Returns an initialised plugin instance with its own scope (e.g.void
Plugin. initialize(PluginInterface pluginInterface)
This method is called when the Plugin is loaded by the clientvoid
PluginState. reload()
static void
PluginManager. restartClient()
restarts the client and performs any Update actions defined via the plugin "update" interface.void
PluginConfig. save()
make sure you save it after making changes!static void
PluginManager. startClient(java.lang.String ui, java.util.Properties properties, PluginManager.StartClientListener startClientListener)
Starts client.static void
PluginManager. stopClient()
Shuts down the clientvoid
PluginState. uninstall()
Uninstall this plugin if it has been loaded from a plugin directory.void
PluginState. unload()
void
UnloadablePlugin. unload()
-
Uses of PluginException in com.biglybt.pif.installer
Methods in com.biglybt.pif.installer with parameters of type PluginException Modifier and Type Method Description void
PluginInstallationListener. failed(PluginException e)
Methods in com.biglybt.pif.installer that throw PluginException Modifier and Type Method Description StandardPlugin
PluginInstaller. getStandardPlugin(java.lang.String id)
StandardPlugin[]
PluginInstaller. getStandardPlugins()
Gives access to the list of standard plugins listed on the client's websitevoid
InstallablePlugin. install(boolean shared)
void
InstallablePlugin. install(boolean shared, boolean low_noise, boolean wait_until_done)
Install with a few options to control processvoid
InstallablePlugin. install(boolean shared, boolean low_noise, boolean wait_until_done, java.util.Map<java.lang.Integer,java.lang.Object> properties)
void
PluginInstaller. install(InstallablePlugin[] plugins, boolean shared)
Install one of more plugins in a single operationUpdateCheckInstance
PluginInstaller. install(InstallablePlugin[] plugins, boolean shared, java.util.Map<java.lang.Integer,java.lang.Object> properties, PluginInstallationListener listener)
FilePluginInstaller
PluginInstaller. installFromFile(java.io.File file)
Installs a plugin from a file - must be either a ZIP file or a JAR file as per normal plugin update semantics.boolean
PluginInstallerListener. installRequest(java.lang.String reason, InstallablePlugin plugin)
void
PluginInstaller. requestInstall(java.lang.String reason, InstallablePlugin plugin)
Requests any registered listeners to initiate a plugin install processvoid
InstallablePlugin. uninstall()
uninstall this pluginvoid
PluginInstaller. uninstall(PluginInterface plugin_interface)
void
PluginInstaller. uninstall(PluginInterface[] plugin_interfaces)
void
PluginInstaller. uninstall(PluginInterface[] plugin_interfaces, PluginInstallationListener listener)
UpdateCheckInstance
PluginInstaller. uninstall(PluginInterface[] plugin_interfaces, PluginInstallationListener listener, java.util.Map<java.lang.Integer,java.lang.Object> properties)
-
Uses of PluginException in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that throw PluginException Modifier and Type Method Description java.util.Map
Utilities.JSONServer. call(java.lang.String method, java.util.Map args)
void
Utilities. createProcess(java.io.File working_dirctory, java.lang.String[] command, java.lang.String[] env)
void
Utilities. createProcess(java.lang.String command_line)
create a child process and executes the supplied command line. -
Uses of PluginException in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that throw PluginException Modifier and Type Method Description static void
PluginInitializer. checkCoreAppVersion(java.lang.String name, java.util.Properties props, boolean alert_on_fail)
static void
PluginInitializer. checkJDKVersion(java.lang.String name, java.util.Properties props, boolean alert_on_fail)
void
PluginManagerImpl. executeCloseAction(java.lang.String action)
PluginInterface
PluginInterfaceImpl. getLocalPluginInterface(java.lang.Class plugin_class, java.lang.String id)
private void
PluginInitializer. initialisePlugin(java.util.List l)
void
FailedPlugin. initialize(PluginInterface pi)
protected void
PluginInitializer. initializePluginFromClass(java.lang.Class plugin_class, java.lang.String plugin_id, java.lang.String plugin_config_key, boolean force_enabled, boolean loading_for_startup, boolean initialise)
protected void
PluginInitializer. initializePluginFromInstance(Plugin plugin, java.lang.String plugin_id, java.lang.String plugin_config_key)
private java.util.List
PluginInitializer. loadPluginFromDir(java.io.File directory, boolean bSkipAlreadyLoaded, boolean loading_for_startup, boolean initialise)
void
PluginStateImpl. reload()
protected void
PluginInitializer. reloadPlugin(PluginInterfaceImpl pi)
protected void
PluginInitializer. reloadPlugin(PluginInterfaceImpl pi, boolean loading_for_startup, boolean initialise)
static void
PluginManagerImpl. restartClient()
static void
PluginManagerImpl. startClient(java.lang.String ui, java.util.Properties properties, PluginManager.StartClientListener startClientListener)
Starts client.static void
PluginManagerImpl. stopClient()
void
PluginStateImpl. uninstall()
void
PluginStateImpl. unload()
protected void
PluginStateImpl. unload(boolean for_reload)
Constructors in com.biglybt.pifimpl.local that throw PluginException 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 PluginException in com.biglybt.pifimpl.local.installer
Methods in com.biglybt.pifimpl.local.installer that throw PluginException Modifier and Type Method Description private java.io.File
PluginInstallerImpl. extractFromVuzeFile(java.io.File file)
StandardPlugin
PluginInstallerImpl. getStandardPlugin(java.lang.String id)
StandardPlugin[]
PluginInstallerImpl. getStandardPlugins()
void
InstallablePluginImpl. install(boolean shared)
void
InstallablePluginImpl. install(boolean shared, boolean low_noise, boolean wait_until_done)
void
InstallablePluginImpl. install(boolean shared, boolean low_noise, boolean wait_until_done, java.util.Map<java.lang.Integer,java.lang.Object> properties)
void
PluginInstallerImpl. install(InstallablePlugin[] plugins, boolean shared)
protected UpdateCheckInstance
PluginInstallerImpl. install(InstallablePlugin[] plugins, boolean shared, boolean low_noise, java.util.Map<java.lang.Integer,java.lang.Object> properties, PluginInstallationListener listener)
UpdateCheckInstance
PluginInstallerImpl. install(InstallablePlugin[] plugins, boolean shared, java.util.Map<java.lang.Integer,java.lang.Object> properties, PluginInstallationListener listener)
void
PluginInstallerImpl. install(InstallablePlugin installable_plugin, boolean shared)
FilePluginInstaller
PluginInstallerImpl. installFromFile(java.io.File file)
void
PluginInstallerImpl. requestInstall(java.lang.String reason, InstallablePlugin plugin)
void
InstallablePluginImpl. uninstall()
void
PluginInstallerImpl. uninstall(InstallablePlugin standard_plugin)
void
PluginInstallerImpl. uninstall(PluginInterface pi)
void
PluginInstallerImpl. uninstall(PluginInterface[] pis)
void
PluginInstallerImpl. uninstall(PluginInterface[] pis, PluginInstallationListener listener_maybe_null)
UpdateCheckInstance
PluginInstallerImpl. uninstall(PluginInterface[] pis, PluginInstallationListener listener_maybe_null, java.util.Map<java.lang.Integer,java.lang.Object> properties)
Constructors in com.biglybt.pifimpl.local.installer that throw PluginException Constructor Description FilePluginInstallerImpl(PluginInstallerImpl _installer, java.io.File _file)
-
Uses of PluginException in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that throw PluginException Modifier and Type Method Description void
UtilitiesImpl. createProcess(java.io.File working_dirctory, java.lang.String[] command, java.lang.String[] env)
void
UtilitiesImpl. createProcess(java.lang.String command_line)
-
Uses of PluginException in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that throw PluginException Modifier and Type Method Description void
RPPluginConfig. save()
-
Uses of PluginException in com.biglybt.platform
Methods in com.biglybt.platform that throw PluginException Modifier and Type Method Description void
PlatformManagerPluginDelegate. initialize(PluginInterface pluginInterface)
-
Uses of PluginException in com.biglybt.platform.unix
Methods in com.biglybt.platform.unix that throw PluginException Modifier and Type Method Description void
PlatformManagerUnixPlugin. initialize(PluginInterface _plugin_interface)
-
Uses of PluginException in com.biglybt.plugin.rssgen
Methods in com.biglybt.plugin.rssgen that throw PluginException Modifier and Type Method Description void
RSSGeneratorPlugin. initialize(PluginInterface pi)
-
Uses of PluginException in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils that throw PluginException Modifier and Type Method Description void
ManagerUtils.UnloadableWebPlugin. unload()
-
Uses of PluginException in com.biglybt.ui.webplugin
Methods in com.biglybt.ui.webplugin that throw PluginException Modifier and Type Method Description void
WebPlugin. initialize(PluginInterface _plugin_interface)
-
Uses of PluginException in com.biglybt.update
Methods in com.biglybt.update that throw PluginException Modifier and Type Method Description void
CorePatchChecker. initialize(PluginInterface _plugin_interface)
-