Uses of Interface
com.biglybt.pif.download.savelocation.SaveLocationManager
Packages that use SaveLocationManager
Package
Description
-
Uses of SaveLocationManager in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as SaveLocationManagerModifier and TypeFieldDescriptionstatic SaveLocationManager
DownloadManagerMoveHandler.CURRENT_HANDLER
-
Uses of SaveLocationManager in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return SaveLocationManagerModifier and TypeMethodDescriptionDownloadManager.getSaveLocationManager()
Returns the currentSaveLocationManager
object which decides where downloads should be placed.Methods in com.biglybt.pif.download with parameters of type SaveLocationManagerModifier and TypeMethodDescriptionvoid
DownloadManager.setSaveLocationManager
(SaveLocationManager manager) Registers an object to be in control of determining the default save location for downloads. -
Uses of SaveLocationManager in com.biglybt.pif.download.savelocation
Subinterfaces of SaveLocationManager in com.biglybt.pif.download.savelocationModifier and TypeInterfaceDescriptioninterface
Note: Only for implementation by Core, not plugins. -
Uses of SaveLocationManager in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download that return SaveLocationManagerMethods in com.biglybt.pifimpl.local.download with parameters of type SaveLocationManagerModifier and TypeMethodDescriptionvoid
DownloadManagerImpl.setSaveLocationManager
(SaveLocationManager manager) -
Uses of SaveLocationManager in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download that return SaveLocationManagerMethods in com.biglybt.pifimpl.remote.download with parameters of type SaveLocationManagerModifier and TypeMethodDescriptionvoid
RPDownloadManager.setSaveLocationManager
(SaveLocationManager manager)