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 voidstatic booleanparseParameter(String parameter, Map parameters) voidreportCurrentTask(String task_description) voidreportProgress(int percent_complete) static voidusage()
-
Field Details
-
verbose
private boolean verbose -
validKeys
-
-
Constructor Details
-
MakeTorrent
-
-
Method Details
-
reportCurrentTask
- Specified by:
reportCurrentTaskin interfaceTOTorrentProgressListener
-
reportProgress
public void reportProgress(int percent_complete) - Specified by:
reportProgressin interfaceTOTorrentProgressListener
-
main
-
usage
public static void usage() -
parseParameter
-