Uses of Class
com.biglybt.pif.update.UpdateException
Packages that use UpdateException
Package
Description
-
Uses of UpdateException in com.biglybt.pif.update
Methods in com.biglybt.pif.update with parameters of type UpdateExceptionMethods in com.biglybt.pif.update that throw UpdateExceptionModifier and TypeMethodDescriptionvoid
UpdateInstaller.addChangeRightsAction
(String rights, String to_file) Add an installation "change rights" action to change a file rightsvoid
UpdateInstaller.addMoveAction
(String from_file_or_resource, String to_file) Add an installation "move" action to move either an absolute file or resourcevoid
UpdateInstaller.addRemoveAction
(String file) Adds an action to remove either a directory (recursively delete) or filevoid
UpdateInstaller.addResource
(String resource_name, InputStream is) Add a resource to the installation.void
UpdateInstaller.addResource
(String resource_name, InputStream is, boolean closeInputStream) Add a resource to the installation.void
UpdateManager.applyUpdates
(boolean restart_after) applies any updates and stops or restarts AzureusUpdateChecker.createInstaller()
For updates that require a stop, update-action and then start you create an installer.UpdateCheckInstance.createInstaller()
UpdateManager.createInstaller()
create a stand alone update installer.void
UpdateInstaller.installNow
(UpdateInstallerListener listener) Runs the action now, not as part of a shutdown/restart of VuzeUpdate.verifyData
(InputStream is, boolean force) -
Uses of UpdateException in com.biglybt.pifimpl.local.update
Methods in com.biglybt.pifimpl.local.update that throw UpdateExceptionModifier and TypeMethodDescriptionvoid
UpdateInstallerImpl.addChangeRightsAction
(String rights, String to_file) void
UpdateInstallerImpl.addMoveAction
(String from_file_or_resource, String to_file) void
UpdateInstallerImpl.addRemoveAction
(String file) void
UpdateInstallerImpl.addResource
(String resource_name, InputStream is) void
UpdateInstallerImpl.addResource
(String resource_name, InputStream is, boolean closeInputStream) protected void
UpdateInstallerImpl.appendAction
(String data) void
UpdateManagerImpl.applyUpdates
(boolean restart_after) UpdateCheckerImpl.createInstaller()
UpdateCheckInstanceImpl.createInstaller()
UpdateManagerImpl.createInstaller()
void
UpdateInstallerImpl.installNow
(UpdateInstallerListener listener) UpdateImpl.verifyData
(InputStream is, boolean force) UpdateManagerImpl.verifyData
(Update update, InputStream is, boolean force) Constructors in com.biglybt.pifimpl.local.update that throw UpdateException -
Uses of UpdateException in com.biglybt.pifimpl.update
Methods in com.biglybt.pifimpl.update that throw UpdateExceptionModifier and TypeMethodDescriptionprotected boolean
PluginUpdatePlugin.addInstallationActions
(UpdateInstaller installer, Map<String, List<String[]>> install_properties, String prefix, File from_file, File to_file)