org.gudy.azureus2.ui.console
Class MakeTorrent

java.lang.Object
  extended by org.gudy.azureus2.ui.console.MakeTorrent
All Implemented Interfaces:
TOTorrentProgressListener

public class MakeTorrent
extends Object
implements TOTorrentProgressListener

Author:
Olivier

Constructor Summary
MakeTorrent(String file, URL url, Map parameters)
           
 
Method Summary
static void main(String[] args)
           
static boolean parseParameter(String parameter, Map parameters)
           
 void reportCurrentTask(String task_description)
           
 void reportProgress(int percent_complete)
           
static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakeTorrent

public MakeTorrent(String file,
                   URL url,
                   Map parameters)
Method Detail

reportCurrentTask

public void reportCurrentTask(String task_description)
Specified by:
reportCurrentTask in interface TOTorrentProgressListener

reportProgress

public void reportProgress(int percent_complete)
Specified by:
reportProgress in interface TOTorrentProgressListener

main

public static void main(String[] args)

usage

public static void usage()

parseParameter

public static boolean parseParameter(String parameter,
                                     Map parameters)