Uses of Class
com.biglybt.pif.download.DownloadRemovalVetoException
-
-
Uses of DownloadRemovalVetoException in com.biglybt.core.devices.impl
Methods in com.biglybt.core.devices.impl that throw DownloadRemovalVetoException Modifier and Type Method Description void
TranscodeJobImpl. downloadWillBeRemoved(Download download)
-
Uses of DownloadRemovalVetoException in com.biglybt.core.lws
Methods in com.biglybt.core.lws that throw DownloadRemovalVetoException Modifier and Type Method Description boolean
LWSDownload. canBeRemoved()
void
LWSDownload. remove()
void
LWSDownload. remove(boolean delete_torrent, boolean delete_data)
void
LWSDownload. stopAndRemove(boolean delete_torrent, boolean delete_data)
DownloadStub
LWSDownload. stubbify()
-
Uses of DownloadRemovalVetoException in com.biglybt.pif.download
Methods in com.biglybt.pif.download that throw DownloadRemovalVetoException Modifier and Type Method Description boolean
Download. canBeRemoved()
Tests whether or not a download can be removed.void
DownloadWillBeRemovedListener. downloadWillBeRemoved(Download download)
void
Download. remove()
Removes a download.void
Download. remove(boolean delete_torrent, boolean delete_data)
Same as "remove" but, if successful, deletes the torrent and/or datavoid
DownloadStub.DownloadStubEx. remove(boolean delete_torrent, boolean delete_data)
void
DownloadStub. remove()
void
Download. stopAndRemove(boolean delete_torrent, boolean delete_data)
DownloadStub
Download. stubbify()
-
Uses of DownloadRemovalVetoException in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that throw DownloadRemovalVetoException Modifier and Type Method Description void
ShortCuts. removeDownload(byte[] hash)
A quick way of deleting a download given its hash -
Uses of DownloadRemovalVetoException in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download that throw DownloadRemovalVetoException Modifier and Type Method Description boolean
DownloadImpl. canBeRemoved()
void
DownloadEventNotifierImpl.DownloadWillBeRemovedNotifier. downloadWillBeRemoved(Download download)
protected void
DownloadImpl. isRemovable()
void
DownloadImpl. remove()
void
DownloadImpl. remove(boolean delete_torrent, boolean delete_data)
void
DownloadStubImpl. remove(boolean delete_torrent, boolean delete_data)
void
DownloadImpl. stopAndRemove(boolean delete_torrent, boolean delete_data)
DownloadStub
DownloadImpl. stubbify()
protected DownloadStub
DownloadManagerImpl. stubbify(DownloadImpl download)
-
Uses of DownloadRemovalVetoException in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that throw DownloadRemovalVetoException Modifier and Type Method Description void
ShortCutsImpl. removeDownload(byte[] hash)
-
Uses of DownloadRemovalVetoException in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download that throw DownloadRemovalVetoException Modifier and Type Method Description boolean
RPDownload. canBeRemoved()
void
RPDownload. remove()
void
RPDownload. remove(boolean delete_torrent, boolean delete_data)
void
RPDownload. stopAndRemove(boolean delete_torrent, boolean delete_data)
DownloadStub
RPDownload. stubbify()
-