org.gudy.azureus2.ui.console
Class MakeTorrent
java.lang.Object
org.gudy.azureus2.ui.console.MakeTorrent
- All Implemented Interfaces:
- TOTorrentProgressListener
public class MakeTorrent
- extends Object
- implements TOTorrentProgressListener
- Author:
- Olivier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MakeTorrent
public MakeTorrent(String file,
URL url,
Map parameters)
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)