Package com.biglybt.core.subs.impl
Class SubscriptionDownloader
- java.lang.Object
-
- com.biglybt.core.subs.impl.SubscriptionDownloader
-
public class SubscriptionDownloader extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private SubscriptionManagerImpl
manager
private SubscriptionImpl
subs
-
Constructor Summary
Constructors Modifier Constructor Description protected
SubscriptionDownloader(SubscriptionManagerImpl _manager, SubscriptionImpl _subs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
checkAutoDownload(SubscriptionResultImpl[] results)
protected void
download()
protected void
log(java.lang.String str)
protected void
log(java.lang.String str, java.lang.Throwable e)
-
-
-
Field Detail
-
manager
private SubscriptionManagerImpl manager
-
subs
private SubscriptionImpl subs
-
-
Constructor Detail
-
SubscriptionDownloader
protected SubscriptionDownloader(SubscriptionManagerImpl _manager, SubscriptionImpl _subs) throws SubscriptionException
- Throws:
SubscriptionException
-
-
Method Detail
-
download
protected void download() throws SubscriptionException
- Throws:
SubscriptionException
-
checkAutoDownload
protected void checkAutoDownload(SubscriptionResultImpl[] results)
-
log
protected void log(java.lang.String str)
-
log
protected void log(java.lang.String str, java.lang.Throwable e)
-
-