Uses of Class
com.biglybt.pif.update.UpdateException
-
Packages that use UpdateException Package Description com.biglybt.pif.update com.biglybt.pifimpl.local.update com.biglybt.pifimpl.update -
-
Uses of UpdateException in com.biglybt.pif.update
Methods in com.biglybt.pif.update with parameters of type UpdateException Modifier and Type Method Description void
UpdateInstallerListener. failed(UpdateException exception)
Methods in com.biglybt.pif.update that throw UpdateException Modifier and Type Method Description void
UpdateInstaller. addChangeRightsAction(java.lang.String rights, java.lang.String to_file)
Add an installation "change rights" action to change a file rightsvoid
UpdateInstaller. addMoveAction(java.lang.String from_file_or_resource, java.lang.String to_file)
Add an installation "move" action to move either an absolute file or resourcevoid
UpdateInstaller. addRemoveAction(java.lang.String file)
Adds an action to remove either a directory (recursively delete) or filevoid
UpdateInstaller. addResource(java.lang.String resource_name, java.io.InputStream is)
Add a resource to the installation.void
UpdateInstaller. addResource(java.lang.String resource_name, java.io.InputStream is, boolean closeInputStream)
Add a resource to the installation.void
UpdateManager. applyUpdates(boolean restart_after)
applies any updates and stops or restarts AzureusUpdateInstaller
UpdateChecker. createInstaller()
For updates that require a stop, update-action and then start you create an installer.UpdateInstaller
UpdateCheckInstance. createInstaller()
UpdateInstaller
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 Vuzejava.io.InputStream
Update. verifyData(java.io.InputStream is, boolean force)
-
Uses of UpdateException in com.biglybt.pifimpl.local.update
Methods in com.biglybt.pifimpl.local.update that throw UpdateException Modifier and Type Method Description void
UpdateInstallerImpl. addChangeRightsAction(java.lang.String rights, java.lang.String to_file)
void
UpdateInstallerImpl. addMoveAction(java.lang.String from_file_or_resource, java.lang.String to_file)
void
UpdateInstallerImpl. addRemoveAction(java.lang.String file)
void
UpdateInstallerImpl. addResource(java.lang.String resource_name, java.io.InputStream is)
void
UpdateInstallerImpl. addResource(java.lang.String resource_name, java.io.InputStream is, boolean closeInputStream)
protected void
UpdateInstallerImpl. appendAction(java.lang.String data)
void
UpdateManagerImpl. applyUpdates(boolean restart_after)
UpdateInstaller
UpdateCheckerImpl. createInstaller()
UpdateInstaller
UpdateCheckInstanceImpl. createInstaller()
UpdateInstaller
UpdateManagerImpl. createInstaller()
void
UpdateInstallerImpl. installNow(UpdateInstallerListener listener)
java.io.InputStream
UpdateImpl. verifyData(java.io.InputStream is, boolean force)
java.io.InputStream
UpdateManagerImpl. verifyData(Update update, java.io.InputStream is, boolean force)
Constructors in com.biglybt.pifimpl.local.update that throw UpdateException Constructor Description UpdateInstallerImpl(UpdateManagerImpl _manager)
-
Uses of UpdateException in com.biglybt.pifimpl.update
Methods in com.biglybt.pifimpl.update that throw UpdateException Modifier and Type Method Description protected boolean
PluginUpdatePlugin. addInstallationActions(UpdateInstaller installer, java.util.Map<java.lang.String,java.util.List<java.lang.String[]>> install_properties, java.lang.String prefix, java.io.File from_file, java.io.File to_file)
-