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 SaveLocationManagerDownloadManagerMoveHandler.CURRENT_HANDLER -
Uses of SaveLocationManager in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return SaveLocationManagerModifier and TypeMethodDescriptionDownloadManager.getSaveLocationManager()Returns the currentSaveLocationManagerobject which decides where downloads should be placed.Methods in com.biglybt.pif.download with parameters of type SaveLocationManagerModifier and TypeMethodDescriptionvoidDownloadManager.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 TypeInterfaceDescriptioninterfaceNote: 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 TypeMethodDescriptionvoidDownloadManagerImpl.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 TypeMethodDescriptionvoidRPDownloadManager.setSaveLocationManager(SaveLocationManager manager)