Package com.biglybt.core.download.impl
Class DownloadManagerStateImpl.CachedStateWrapper.cacheGroup.cacheSet
- java.lang.Object
-
- com.biglybt.core.download.impl.DownloadManagerStateImpl.CachedStateWrapper.cacheGroup.cacheSet
-
- All Implemented Interfaces:
TOTorrentAnnounceURLSet
- Enclosing class:
- DownloadManagerStateImpl.CachedStateWrapper.cacheGroup
protected class DownloadManagerStateImpl.CachedStateWrapper.cacheGroup.cacheSet extends java.lang.Object implements TOTorrentAnnounceURLSet
-
-
Field Summary
Fields Modifier and Type Field Description (package private) TOTorrentAnnounceURLSet
delegateSet
private java.net.URL[]
urls
-
Constructor Summary
Constructors Constructor Description cacheSet(java.net.URL[] urls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URL[]
getAnnounceURLs()
void
setAnnounceURLs(java.net.URL[] toSet)
-
-
-
Field Detail
-
urls
private java.net.URL[] urls
-
delegateSet
TOTorrentAnnounceURLSet delegateSet
-
-
Method Detail
-
getAnnounceURLs
public java.net.URL[] getAnnounceURLs()
- Specified by:
getAnnounceURLs
in interfaceTOTorrentAnnounceURLSet
-
setAnnounceURLs
public void setAnnounceURLs(java.net.URL[] toSet)
- Specified by:
setAnnounceURLs
in interfaceTOTorrentAnnounceURLSet
-
-