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 TypeMethodDescriptionvoidUpdateInstaller.addChangeRightsAction(String rights, String to_file) Add an installation "change rights" action to change a file rightsvoidUpdateInstaller.addMoveAction(String from_file_or_resource, String to_file) Add an installation "move" action to move either an absolute file or resourcevoidUpdateInstaller.addRemoveAction(String file) Adds an action to remove either a directory (recursively delete) or filevoidUpdateInstaller.addResource(String resource_name, InputStream is) Add a resource to the installation.voidUpdateInstaller.addResource(String resource_name, InputStream is, boolean closeInputStream) Add a resource to the installation.voidUpdateManager.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.voidUpdateInstaller.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 TypeMethodDescriptionvoidUpdateInstallerImpl.addChangeRightsAction(String rights, String to_file) voidUpdateInstallerImpl.addMoveAction(String from_file_or_resource, String to_file) voidUpdateInstallerImpl.addRemoveAction(String file) voidUpdateInstallerImpl.addResource(String resource_name, InputStream is) voidUpdateInstallerImpl.addResource(String resource_name, InputStream is, boolean closeInputStream) protected voidUpdateInstallerImpl.appendAction(String data) voidUpdateManagerImpl.applyUpdates(boolean restart_after) UpdateCheckerImpl.createInstaller()UpdateCheckInstanceImpl.createInstaller()UpdateManagerImpl.createInstaller()voidUpdateInstallerImpl.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 booleanPluginUpdatePlugin.addInstallationActions(UpdateInstaller installer, Map<String, List<String[]>> install_properties, String prefix, File from_file, File to_file)