Uses of Class
com.biglybt.pif.download.savelocation.SaveLocationChange
Packages that use SaveLocationChange
Package
Description
-
Uses of SaveLocationChange in com.biglybt.core.disk.impl
Methods in com.biglybt.core.disk.impl with parameters of type SaveLocationChangeModifier and TypeMethodDescriptionprivate boolean
DiskManagerImpl.isFileDestinationIsItself
(SaveLocationChange loc_change) private boolean
DiskManagerImpl.moveDataFiles0
(SaveLocationChange loc_change, boolean change_to_read_only) private void
DiskManagerImpl.moveDownloadFilesWhenEndedOrRemoved0
(SaveLocationChange loc_change, DiskManagerImpl.DownloadEndedProgressImpl progress) protected void
DiskManagerImpl.moveFiles
(SaveLocationChange loc_change, boolean change_to_read_only) private void
DiskManagerImpl.moveTorrentFile
(SaveLocationChange loc_change) -
Uses of SaveLocationChange in com.biglybt.core.download.impl
Methods in com.biglybt.core.download.impl that return SaveLocationChangeModifier and TypeMethodDescription(package private) static SaveLocationChange
DownloadManagerDefaultPaths.determinePaths
(DownloadManager dm, DownloadManagerDefaultPaths.MovementInformation mi, boolean check_source, int reason) This does the guts of determining appropriate file paths.DownloadManagerDefaultPaths.TransferSpecification.getTransferDetails
(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor cd, File[] target_paths) static SaveLocationChange
DownloadManagerMoveHandler.onCompletion
(DownloadManager dm, DownloadManagerMoveHandler.MoveCallback callback, boolean startOfDay) static SaveLocationChange
DownloadManagerMoveHandler.onInitialisation
(DownloadManager dm) static SaveLocationChange
DownloadManagerMoveHandler.onRemoval
(DownloadManager dm) static SaveLocationChange
DownloadManagerMoveHandler.recalculatePath
(DownloadManager dm) Methods in com.biglybt.core.download.impl with parameters of type SaveLocationChangeModifier and TypeMethodDescriptionprivate static void
DownloadManagerMoveHandler.addFile
(ArrayList l, SaveLocationChange slc) void
DownloadManagerMoveHandler.MoveCallback.perform
(SaveLocationChange details) -
Uses of SaveLocationChange in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return SaveLocationChangeMethods in com.biglybt.core.lws with parameters of type SaveLocationChange -
Uses of SaveLocationChange in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return SaveLocationChangeModifier and TypeMethodDescriptionDownload.calculateDefaultDownloadLocation()
Returns aSaveLocationChange
object describing the appropriate location for the download (and torrent file) to exist in, based on the download's completion state, the for-completion rules in place, and theSaveLocationManager
object in use.Methods in com.biglybt.pif.download with parameters of type SaveLocationChangeModifier and TypeMethodDescriptionvoid
Download.changeLocation
(SaveLocationChange slc) Apply the changes in the givenSaveLocationChange
object - this includes moving torrent and data file data. -
Uses of SaveLocationChange in com.biglybt.pif.download.savelocation
Methods in com.biglybt.pif.download.savelocation that return SaveLocationChangeModifier and TypeMethodDescriptionSaveLocationManager.onCompletion
(Download download, boolean for_move, boolean on_event) Return the location to move the download to when it is completed (or return null to keep the download and torrent in the same location).SaveLocationManager.onInitialization
(Download download, boolean for_move, boolean on_event) Return the location to move the download to when it first started (or return null to keep the download and torrent in the same location).Return the location to move the download to when it is removed (or return null to keep the download and torrent in the same location). -
Uses of SaveLocationChange in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download that return SaveLocationChangeMethods in com.biglybt.pifimpl.local.download with parameters of type SaveLocationChange -
Uses of SaveLocationChange in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download that return SaveLocationChangeMethods in com.biglybt.pifimpl.remote.download with parameters of type SaveLocationChange