com.aelitis.azureus.ui.console
Class MakeTorrent
java.lang.Object
com.aelitis.azureus.ui.console.MakeTorrent
- All Implemented Interfaces:
- TOTorrentProgressListener
public class MakeTorrent
- extends java.lang.Object
- implements TOTorrentProgressListener
- Author:
- Olivier
Constructor Summary |
MakeTorrent(java.lang.String file,
java.net.URL url,
java.util.Map parameters)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MakeTorrent
public MakeTorrent(java.lang.String file,
java.net.URL url,
java.util.Map parameters)
reportCurrentTask
public void reportCurrentTask(java.lang.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(java.lang.String[] args)
usage
public static void usage()
parseParameter
public static boolean parseParameter(java.lang.String parameter,
java.util.Map parameters)