Class TorrentDownloaderManager
java.lang.Object
com.biglybt.core.torrentdownloader.impl.TorrentDownloaderManager
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate final List<TorrentDownloader> private GlobalManagerprivate static TorrentDownloaderManagerprivate final List<TorrentDownloader> private final List<TorrentDownloader> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(TorrentDownloader dl) downloadToLocation(String url, String save_path) static TorrentDownloaderManagervoidinit(GlobalManager _gm, boolean _autostart) voidremove(TorrentDownloader inf)
-
Field Details
-
man
-
autostart
private boolean autostart -
gm
-
running
-
queued
-
errors
-
-
Constructor Details
-
TorrentDownloaderManager
public TorrentDownloaderManager()
-
-
Method Details
-
getInstance
-
init
-
add
-
download
-
download
-
downloadToLocation
-
remove
- Parameters:
inf-
-