Uses of Class
com.biglybt.pif.PluginException
Packages that use PluginException
Package
Description
-
Uses of PluginException in com.biglybt.pif
Methods in com.biglybt.pif that throw PluginExceptionModifier and TypeMethodDescriptionabstract voidPluginManager.executeCloseAction(String action) PluginInterface.getLocalPluginInterface(Class plugin, String id) Returns an initialised plugin instance with its own scope (e.g.voidPlugin.initialize(PluginInterface pluginInterface) This method is called when the Plugin is loaded by the clientvoidPluginState.reload()static voidPluginManager.restartClient()restarts the client and performs any Update actions defined via the plugin "update" interface.voidPluginConfig.save()make sure you save it after making changes!static voidPluginManager.startClient(String ui, Properties properties, PluginManager.StartClientListener startClientListener) Starts client.static voidPluginManager.stopClient()Shuts down the clientvoidPluginState.uninstall()Uninstall this plugin if it has been loaded from a plugin directory.voidPluginState.unload()voidUnloadablePlugin.unload() -
Uses of PluginException in com.biglybt.pif.installer
Methods in com.biglybt.pif.installer with parameters of type PluginExceptionMethods in com.biglybt.pif.installer that throw PluginExceptionModifier and TypeMethodDescriptionPluginInstaller.getStandardPlugin(String id) PluginInstaller.getStandardPlugins()Gives access to the list of standard plugins listed on the client's websitevoidInstallablePlugin.install(boolean shared) voidInstallablePlugin.install(boolean shared, boolean low_noise, boolean wait_until_done) Install with a few options to control processvoidInstallablePlugin.install(boolean shared, boolean low_noise, boolean wait_until_done, Map<Integer, Object> properties) voidPluginInstaller.install(InstallablePlugin[] plugins, boolean shared) Install one of more plugins in a single operationPluginInstaller.install(InstallablePlugin[] plugins, boolean shared, Map<Integer, Object> properties, PluginInstallationListener listener) PluginInstaller.installFromFile(File file) Installs a plugin from a file - must be either a ZIP file or a JAR file as per normal plugin update semantics.booleanPluginInstallerListener.installRequest(String reason, InstallablePlugin plugin) voidPluginInstaller.requestInstall(String reason, InstallablePlugin plugin) Requests any registered listeners to initiate a plugin install processvoidInstallablePlugin.uninstall()uninstall this pluginvoidPluginInstaller.uninstall(PluginInterface plugin_interface) voidPluginInstaller.uninstall(PluginInterface[] plugin_interfaces) voidPluginInstaller.uninstall(PluginInterface[] plugin_interfaces, PluginInstallationListener listener) PluginInstaller.uninstall(PluginInterface[] plugin_interfaces, PluginInstallationListener listener, Map<Integer, Object> properties) -
Uses of PluginException in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that throw PluginExceptionModifier and TypeMethodDescriptionvoidUtilities.createProcess(File working_dirctory, String[] command, String[] env) voidUtilities.createProcess(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 PluginExceptionModifier and TypeMethodDescriptionstatic voidPluginInitializer.checkCoreAppVersion(String name, Properties props, boolean alert_on_fail) static voidPluginInitializer.checkJDKVersion(String name, Properties props, boolean alert_on_fail) voidPluginManagerImpl.executeCloseAction(String action) PluginInterfaceImpl.getLocalPluginInterface(Class plugin_class, String id) private voidPluginInitializer.initialisePlugin(List l) voidFailedPlugin.initialize(PluginInterface pi) protected voidPluginInitializer.initializePluginFromClass(Class plugin_class, String plugin_id, String plugin_config_key, boolean force_enabled, boolean loading_for_startup, boolean initialise) protected voidPluginInitializer.initializePluginFromInstance(Plugin plugin, String plugin_id, String plugin_config_key) private ListPluginInitializer.loadPluginFromDir(File directory, boolean bSkipAlreadyLoaded, boolean loading_for_startup, boolean initialise) voidPluginStateImpl.reload()protected voidPluginInitializer.reloadPlugin(PluginInterfaceImpl pi) protected voidPluginInitializer.reloadPlugin(PluginInterfaceImpl pi, boolean loading_for_startup, boolean initialise) static voidPluginManagerImpl.restartClient()static voidPluginManagerImpl.startClient(String ui, Properties properties, PluginManager.StartClientListener startClientListener) Starts client.static voidPluginManagerImpl.stopClient()voidPluginStateImpl.uninstall()voidPluginStateImpl.unload()protected voidPluginStateImpl.unload(boolean for_reload) Constructors in com.biglybt.pifimpl.local that throw PluginExceptionModifierConstructorDescriptionprotectedPluginInterfaceImpl(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) -
Uses of PluginException in com.biglybt.pifimpl.local.installer
Methods in com.biglybt.pifimpl.local.installer that throw PluginExceptionModifier and TypeMethodDescriptionprivate FilePluginInstallerImpl.extractFromVuzeFile(File file) PluginInstallerImpl.getStandardPlugin(String id) PluginInstallerImpl.getStandardPlugins()voidInstallablePluginImpl.install(boolean shared) voidInstallablePluginImpl.install(boolean shared, boolean low_noise, boolean wait_until_done) voidInstallablePluginImpl.install(boolean shared, boolean low_noise, boolean wait_until_done, Map<Integer, Object> properties) voidPluginInstallerImpl.install(InstallablePlugin[] plugins, boolean shared) protected UpdateCheckInstancePluginInstallerImpl.install(InstallablePlugin[] plugins, boolean shared, boolean low_noise, Map<Integer, Object> properties, PluginInstallationListener listener) PluginInstallerImpl.install(InstallablePlugin[] plugins, boolean shared, Map<Integer, Object> properties, PluginInstallationListener listener) voidPluginInstallerImpl.install(InstallablePlugin installable_plugin, boolean shared) PluginInstallerImpl.installFromFile(File file) voidPluginInstallerImpl.requestInstall(String reason, InstallablePlugin plugin) voidInstallablePluginImpl.uninstall()voidPluginInstallerImpl.uninstall(InstallablePlugin standard_plugin) voidPluginInstallerImpl.uninstall(PluginInterface pi) voidPluginInstallerImpl.uninstall(PluginInterface[] pis) voidPluginInstallerImpl.uninstall(PluginInterface[] pis, PluginInstallationListener listener_maybe_null) PluginInstallerImpl.uninstall(PluginInterface[] pis, PluginInstallationListener listener_maybe_null, Map<Integer, Object> properties) Constructors in com.biglybt.pifimpl.local.installer that throw PluginExceptionModifierConstructorDescriptionprotectedFilePluginInstallerImpl(PluginInstallerImpl _installer, File _file) -
Uses of PluginException in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that throw PluginExceptionModifier and TypeMethodDescriptionvoidUtilitiesImpl.createProcess(File working_dirctory, String[] command, String[] env) voidUtilitiesImpl.createProcess(String command_line) -
Uses of PluginException in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that throw PluginException -
Uses of PluginException in com.biglybt.platform
Methods in com.biglybt.platform that throw PluginExceptionModifier and TypeMethodDescriptionvoidPlatformManagerPluginDelegate.initialize(PluginInterface pluginInterface) -
Uses of PluginException in com.biglybt.platform.unix
Methods in com.biglybt.platform.unix that throw PluginExceptionModifier and TypeMethodDescriptionvoidPlatformManagerUnixPlugin.initialize(PluginInterface _plugin_interface) -
Uses of PluginException in com.biglybt.plugin.net.test
Methods in com.biglybt.plugin.net.test that throw PluginException -
Uses of PluginException in com.biglybt.plugin.rssgen
Methods in com.biglybt.plugin.rssgen that throw PluginException -
Uses of PluginException in com.biglybt.plugin.simpleapi
Methods in com.biglybt.plugin.simpleapi that throw PluginException -
Uses of PluginException in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils that throw PluginException -
Uses of PluginException in com.biglybt.ui.webplugin
Methods in com.biglybt.ui.webplugin that throw PluginException -
Uses of PluginException in com.biglybt.update
Methods in com.biglybt.update that throw PluginExceptionModifier and TypeMethodDescriptionvoidCorePatchChecker.initialize(PluginInterface _plugin_interface)