org.gudy.azureus2.core3.torrent.impl
Class TOTorrentAnnounceURLSetImpl

java.lang.Object
  extended by org.gudy.azureus2.core3.torrent.impl.TOTorrentAnnounceURLSetImpl
All Implemented Interfaces:
TOTorrentAnnounceURLSet

public class TOTorrentAnnounceURLSetImpl
extends Object
implements TOTorrentAnnounceURLSet


Constructor Summary
protected TOTorrentAnnounceURLSetImpl(TOTorrentImpl _torrent, URL[] _urls)
           
 
Method Summary
 URL[] getAnnounceURLs()
           
 void setAnnounceURLs(URL[] _urls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TOTorrentAnnounceURLSetImpl

protected TOTorrentAnnounceURLSetImpl(TOTorrentImpl _torrent,
                                      URL[] _urls)
Method Detail

getAnnounceURLs

public URL[] getAnnounceURLs()
Specified by:
getAnnounceURLs in interface TOTorrentAnnounceURLSet

setAnnounceURLs

public void setAnnounceURLs(URL[] _urls)
Specified by:
setAnnounceURLs in interface TOTorrentAnnounceURLSet