Uses of Class
com.biglybt.pif.download.DownloadRemovalVetoException
Packages that use DownloadRemovalVetoException
Package
Description
-
Uses of DownloadRemovalVetoException in com.biglybt.core.devices.impl
Methods in com.biglybt.core.devices.impl that throw DownloadRemovalVetoException -
Uses of DownloadRemovalVetoException in com.biglybt.core.lws
Methods in com.biglybt.core.lws that throw DownloadRemovalVetoExceptionModifier and TypeMethodDescriptionboolean
LWSDownload.canBeRemoved()
void
LWSDownload.remove()
void
LWSDownload.remove
(boolean delete_torrent, boolean delete_data) void
LWSDownload.stopAndRemove
(boolean delete_torrent, boolean delete_data) LWSDownload.stubbify()
-
Uses of DownloadRemovalVetoException in com.biglybt.pif.download
Methods in com.biglybt.pif.download that throw DownloadRemovalVetoExceptionModifier and TypeMethodDescriptionboolean
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) Download.stubbify()
-
Uses of DownloadRemovalVetoException in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that throw DownloadRemovalVetoExceptionModifier and TypeMethodDescriptionvoid
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 DownloadRemovalVetoExceptionModifier and TypeMethodDescriptionboolean
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) 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 -
Uses of DownloadRemovalVetoException in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download that throw DownloadRemovalVetoExceptionModifier and TypeMethodDescriptionboolean
RPDownload.canBeRemoved()
void
RPDownload.remove()
void
RPDownload.remove
(boolean delete_torrent, boolean delete_data) void
RPDownload.stopAndRemove
(boolean delete_torrent, boolean delete_data) RPDownload.stubbify()