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 booleanDiskManagerImpl.isFileDestinationIsItself(SaveLocationChange loc_change) private booleanDiskManagerImpl.moveDataFiles0(SaveLocationChange loc_change, boolean change_to_read_only) private voidDiskManagerImpl.moveDownloadFilesWhenEndedOrRemoved0(SaveLocationChange loc_change, DiskManagerImpl.DownloadEndedProgressImpl progress) protected voidDiskManagerImpl.moveFiles(SaveLocationChange loc_change, boolean change_to_read_only) private voidDiskManagerImpl.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 SaveLocationChangeDownloadManagerDefaultPaths.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 SaveLocationChangeDownloadManagerMoveHandler.onCompletion(DownloadManager dm, DownloadManagerMoveHandler.MoveCallback callback, boolean startOfDay) static SaveLocationChangeDownloadManagerMoveHandler.onInitialisation(DownloadManager dm) static SaveLocationChangeDownloadManagerMoveHandler.onRemoval(DownloadManager dm) static SaveLocationChangeDownloadManagerMoveHandler.recalculatePath(DownloadManager dm) Methods in com.biglybt.core.download.impl with parameters of type SaveLocationChangeModifier and TypeMethodDescriptionprivate static voidDownloadManagerMoveHandler.addFile(ArrayList l, SaveLocationChange slc) voidDownloadManagerMoveHandler.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 aSaveLocationChangeobject 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 theSaveLocationManagerobject in use.Methods in com.biglybt.pif.download with parameters of type SaveLocationChangeModifier and TypeMethodDescriptionvoidDownload.changeLocation(SaveLocationChange slc) Apply the changes in the givenSaveLocationChangeobject - 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