Package com.biglybt.ui.console
Class MakeTorrent
java.lang.Object
com.biglybt.ui.console.MakeTorrent
- All Implemented Interfaces:
TOTorrentProgressListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static boolean
parseParameter
(String parameter, Map parameters) void
reportCurrentTask
(String task_description) void
reportProgress
(int percent_complete) static void
usage()
-
Field Details
-
verbose
private boolean verbose -
validKeys
-
-
Constructor Details
-
MakeTorrent
-
-
Method Details
-
reportCurrentTask
- Specified by:
reportCurrentTask
in interfaceTOTorrentProgressListener
-
reportProgress
public void reportProgress(int percent_complete) - Specified by:
reportProgress
in interfaceTOTorrentProgressListener
-
main
-
usage
public static void usage() -
parseParameter
-