Class TorrentStart
java.lang.Object
com.biglybt.ui.console.commands.IConsoleCommand
com.biglybt.ui.console.commands.TorrentCommand
com.biglybt.ui.console.commands.TorrentStart
console command to start a torrent.
extracted from the Torrent class written by tobias
-
Nested Class Summary
Nested classes/interfaces inherited from class IConsoleCommand
IConsoleCommand.TorrentComparator -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(String commandName, ConsoleInput console, List<String> args) execute the command with the specified name using the specified argumentsreturn high-level help about the commands supported by this object.protected booleanperformCommand(ConsoleInput ci, DownloadManager dm, List args) Methods inherited from class TorrentCommand
getAction, performCommand, printHelpExtraMethods inherited from class IConsoleCommand
expandVariable, getCommandName, getCommandNames, getDefaultSummaryFormat, getShortCommandName, getTorrentSummary, printHelp, printHelp
-
Field Details
-
startNow
private boolean startNow
-
-
Constructor Details
-
TorrentStart
public TorrentStart()
-
-
Method Details
-
execute
Description copied from class:IConsoleCommandexecute the command with the specified name using the specified arguments- Overrides:
executein classTorrentCommand- Parameters:
commandName-console-args-
-
performCommand
- Specified by:
performCommandin classTorrentCommand
-
getCommandDescriptions
Description copied from class:IConsoleCommandreturn high-level help about the commands supported by this object.- Specified by:
getCommandDescriptionsin classIConsoleCommand- Returns:
-