Uses of Interface
com.biglybt.pif.update.UpdateInstaller
-
Packages that use UpdateInstaller Package Description com.biglybt.core.backup.impl com.biglybt.pif.update com.biglybt.pifimpl.local.update com.biglybt.pifimpl.update com.biglybt.platform.win32 -
-
Uses of UpdateInstaller in com.biglybt.core.backup.impl
Methods in com.biglybt.core.backup.impl with parameters of type UpdateInstaller Modifier and Type Method Description private void
BackupManagerImpl. addActions(UpdateInstaller installer, java.io.File source, java.io.File target)
-
Uses of UpdateInstaller in com.biglybt.pif.update
Methods in com.biglybt.pif.update that return UpdateInstaller Modifier and Type Method Description UpdateInstaller
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.UpdateInstaller[]
UpdateManager. getInstallers()
returns the currently declared installers, if any -
Uses of UpdateInstaller in com.biglybt.pifimpl.local.update
Classes in com.biglybt.pifimpl.local.update that implement UpdateInstaller Modifier and Type Class Description class
UpdateInstallerImpl
Fields in com.biglybt.pifimpl.local.update with type parameters of type UpdateInstaller Modifier and Type Field Description private java.util.List<UpdateInstaller>
UpdateManagerImpl. installers
Methods in com.biglybt.pifimpl.local.update that return UpdateInstaller Modifier and Type Method Description UpdateInstaller
UpdateCheckerImpl. createInstaller()
UpdateInstaller
UpdateCheckInstanceImpl. createInstaller()
UpdateInstaller
UpdateManagerImpl. createInstaller()
UpdateInstaller[]
UpdateManagerImpl. getInstallers()
Methods in com.biglybt.pifimpl.local.update with parameters of type UpdateInstaller Modifier and Type Method Description protected void
UpdateManagerImpl. removeInstaller(UpdateInstaller installer)
-
Uses of UpdateInstaller in com.biglybt.pifimpl.update
Methods in com.biglybt.pifimpl.update with parameters of type UpdateInstaller 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)
-
Uses of UpdateInstaller in com.biglybt.platform.win32
Methods in com.biglybt.platform.win32 that return UpdateInstaller Modifier and Type Method Description private UpdateInstaller
PlatformManagerImpl. getInstaller(Core core)
-