Uses of Interface
com.biglybt.pif.download.savelocation.SaveLocationManager
-
-
Uses of SaveLocationManager in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as SaveLocationManager Modifier and Type Field Description static SaveLocationManager
DownloadManagerMoveHandler. CURRENT_HANDLER
-
Uses of SaveLocationManager in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return SaveLocationManager Modifier and Type Method Description SaveLocationManager
DownloadManager. getSaveLocationManager()
Returns the currentSaveLocationManager
object which decides where downloads should be placed.Methods in com.biglybt.pif.download with parameters of type SaveLocationManager Modifier and Type Method Description void
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.savelocation Modifier and Type Interface Description interface
DefaultSaveLocationManager
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 SaveLocationManager Modifier and Type Method Description SaveLocationManager
DownloadManagerImpl. getSaveLocationManager()
Methods in com.biglybt.pifimpl.local.download with parameters of type SaveLocationManager Modifier and Type Method Description void
DownloadManagerImpl. setSaveLocationManager(SaveLocationManager manager)
-
Uses of SaveLocationManager in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download that return SaveLocationManager Modifier and Type Method Description SaveLocationManager
RPDownloadManager. getSaveLocationManager()
Methods in com.biglybt.pifimpl.remote.download with parameters of type SaveLocationManager Modifier and Type Method Description void
RPDownloadManager. setSaveLocationManager(SaveLocationManager manager)
-