FileDocCategorySizeDatePackage
TOTorrentAnnounceURLGroup.javaAPI DocAzureus 3.0.3.41653Tue Oct 07 13:49:56 BST 2003org.gudy.azureus2.core3.torrent

TOTorrentAnnounceURLGroup

public interface TOTorrentAnnounceURLGroup

Fields Summary
Constructors Summary
Methods Summary
public TOTorrentAnnounceURLSetcreateAnnounceURLSet(java.net.URL[] urls)
This method will create a new set. It is not added into the current set, this must be done by the caller inserting the newly created set into an array as required and calling the above "set" method.

param
urls the URLs for the new set
return
the newly created set

public TOTorrentAnnounceURLSet[]getAnnounceURLSets()
Gets the current sets defined for this group, 0 length if none defined

return

public voidsetAnnounceURLSets(TOTorrentAnnounceURLSet[] sets)
Sets the group's URL sets to the supplied values.

param
sets