Uses of Class
com.biglybt.core.download.DownloadManagerException
-
Packages that use DownloadManagerException Package Description com.biglybt.core.disk.impl com.biglybt.core.download com.biglybt.core.download.impl -
-
Uses of DownloadManagerException in com.biglybt.core.disk.impl
Methods in com.biglybt.core.disk.impl that throw DownloadManagerException Modifier and Type Method Description static void
DiskManagerUtil. runMoveTask(DownloadManager download_manager, java.io.File destination, java.lang.Runnable target, DiskManagerUtil.MoveTaskAapter adapter)
-
Uses of DownloadManagerException in com.biglybt.core.download
Methods in com.biglybt.core.download that throw DownloadManagerException Modifier and Type Method Description void
DownloadManager. copyDataFiles(java.io.File parent_dir)
static void
DownloadManagerStateFactory. deleteDownloadState(byte[] download_hash)
static void
DownloadManagerStateFactory. deleteDownloadState(java.io.File source_dir, byte[] download_hash)
void
DownloadManager. exportDownload(java.io.File parent_dir)
static void
DownloadManagerStateFactory. importDownloadState(java.io.File source_dir, byte[] download_hash)
void
DownloadManager. moveDataFiles(java.io.File new_parent_dir)
Move data files to new location.void
DownloadManager. moveDataFiles(java.io.File new_parent_dir, java.lang.String new_name)
Move the files and rename a download in one go.void
DownloadManager. moveDataFilesLive(java.io.File new_parent_dir)
At some point someone made the file-move operations stop+restart the download when it was designed to work without doing this (see move-on-complete for example).void
DownloadManager. moveTorrentFile(java.io.File new_parent_dir)
Move torrent file to new location.void
DownloadManager. moveTorrentFile(java.io.File parent_dir, java.lang.String new_name)
void
DownloadManager. rename(java.lang.String new_name)
Renames the save file, torrent file and the displayed name.void
DownloadManager. renameDownload(java.lang.String new_name)
Rename the download - this means the name of the file being downloaded (for single file torrents), or the name of the directory holding the files (in a multi-file torrent).void
DownloadManager. renameTorrent(java.lang.String new_name)
void
DownloadManager. renameTorrentSafe(java.lang.String name)
Same as renameTorrent, but appends numbers if torrent already existsvoid
DownloadManager. setTorrentFile(java.io.File new_parent_dir, java.lang.String new_name)
Sets the torrent file name (will perform a move of the torrent file) - this shouldn't be used unless you know what you are doing (it requires the download to be stopped!) - it is safer to use moveTorrentFile instead. -
Uses of DownloadManagerException in com.biglybt.core.download.impl
Methods in com.biglybt.core.download.impl that throw DownloadManagerException Modifier and Type Method Description void
DownloadManagerImpl. copyDataFiles(java.io.File dest_parent_dir)
private void
DownloadManagerImpl. copyTorrentFile(java.io.File parent_dir)
static void
DownloadManagerStateImpl. deleteDownloadState(byte[] download_hash)
static void
DownloadManagerStateImpl. deleteDownloadState(java.io.File source_dir, byte[] download_hash)
void
DownloadManagerImpl. exportDownload(java.io.File parent_dir)
static void
DownloadManagerStateImpl. importDownloadState(java.io.File source_dir, byte[] download_hash)
void
DownloadManagerImpl. moveDataFiles(java.io.File new_parent_dir)
void
DownloadManagerImpl. moveDataFiles(java.io.File destination, java.lang.String new_name)
void
DownloadManagerImpl. moveDataFiles(java.io.File destination, java.lang.String new_name, boolean live)
void
DownloadManagerImpl. moveDataFilesLive(java.io.File new_parent_dir)
(package private) void
DownloadManagerImpl. moveDataFilesSupport(java.io.File new_parent_dir, java.lang.String new_filename)
(package private) void
DownloadManagerImpl. moveDataFilesSupport0(java.io.File new_parent_dir, java.lang.String new_filename)
void
DownloadManagerImpl. moveTorrentFile(java.io.File new_parent_dir)
void
DownloadManagerImpl. moveTorrentFile(java.io.File new_parent_dir, java.lang.String new_name)
private void
DownloadManagerImpl. moveTorrentFile0(java.io.File new_parent_dir, java.lang.String new_name)
void
DownloadManagerImpl. rename(java.lang.String name)
void
DownloadManagerImpl. renameDownload(java.lang.String new_name)
void
DownloadManagerImpl. renameTorrent(java.lang.String name)
void
DownloadManagerImpl. renameTorrentSafe(java.lang.String name)
void
DownloadManagerImpl. setTorrentFile(java.io.File new_parent_dir, java.lang.String new_name)
-