Uses of Class
com.biglybt.pif.download.savelocation.SaveLocationChange
-
-
Uses of SaveLocationChange in com.biglybt.core.disk.impl
Methods in com.biglybt.core.disk.impl with parameters of type SaveLocationChange Modifier and Type Method Description private 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 SaveLocationChange Modifier and Type Method Description (package private) static SaveLocationChange
DownloadManagerDefaultPaths. determinePaths(DownloadManager dm, DownloadManagerDefaultPaths.MovementInformation mi, boolean check_source, boolean is_test)
This does the guts of determining appropriate file paths.SaveLocationChange
DownloadManagerDefaultPaths.TransferSpecification. getTransferDetails(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor cd, java.io.File[] target_paths)
static SaveLocationChange
DownloadManagerMoveHandler. onCompletion(DownloadManager dm, DownloadManagerMoveHandler.MoveCallback callback)
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 SaveLocationChange Modifier and Type Method Description private static void
DownloadManagerMoveHandler. addFile(java.util.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 SaveLocationChange Modifier and Type Method Description SaveLocationChange
LWSDownload. calculateDefaultDownloadLocation()
Methods in com.biglybt.core.lws with parameters of type SaveLocationChange Modifier and Type Method Description void
LWSDownload. changeLocation(SaveLocationChange slc)
-
Uses of SaveLocationChange in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return SaveLocationChange Modifier and Type Method Description SaveLocationChange
Download. 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 SaveLocationChange Modifier and Type Method Description void
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 SaveLocationChange Modifier and Type Method Description SaveLocationChange
SaveLocationManager. 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).SaveLocationChange
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).SaveLocationChange
SaveLocationManager. onRemoval(Download download, boolean for_move, boolean on_event)
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).SaveLocationChange
DefaultSaveLocationManager. testOnCompletion(Download download, boolean for_move, boolean on_event)
-
Uses of SaveLocationChange in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download that return SaveLocationChange Modifier and Type Method Description SaveLocationChange
DownloadImpl. calculateDefaultDownloadLocation()
Methods in com.biglybt.pifimpl.local.download with parameters of type SaveLocationChange Modifier and Type Method Description void
DownloadImpl. changeLocation(SaveLocationChange slc)
-
Uses of SaveLocationChange in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download that return SaveLocationChange Modifier and Type Method Description SaveLocationChange
RPDownload. calculateDefaultDownloadLocation()
Methods in com.biglybt.pifimpl.remote.download with parameters of type SaveLocationChange Modifier and Type Method Description void
RPDownload. changeLocation(SaveLocationChange slc)
-