Package com.biglybt.core.subs
Class SubscriptionUtils.SubscriptionDownloadDetails
- java.lang.Object
-
- com.biglybt.core.subs.SubscriptionUtils.SubscriptionDownloadDetails
-
- Enclosing class:
- SubscriptionUtils
public static class SubscriptionUtils.SubscriptionDownloadDetails extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private DownloadManager
download
private Subscription[]
subscriptions
-
Constructor Summary
Constructors Modifier Constructor Description protected
SubscriptionDownloadDetails(DownloadManager dm, Subscription[] subs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadManager
getDownload()
Subscription[]
getSubscriptions()
-
-
-
Field Detail
-
download
private DownloadManager download
-
subscriptions
private Subscription[] subscriptions
-
-
Constructor Detail
-
SubscriptionDownloadDetails
protected SubscriptionDownloadDetails(DownloadManager dm, Subscription[] subs)
-
-
Method Detail
-
getDownload
public DownloadManager getDownload()
-
getSubscriptions
public Subscription[] getSubscriptions()
-
-