Package com.biglybt.ui.console.commands
Class TorrentSubCommand
java.lang.Object
com.biglybt.ui.console.commands.IConsoleCommand
com.biglybt.ui.console.commands.TorrentCommand
com.biglybt.ui.console.commands.TorrentSubCommand
- Direct Known Subclasses:
Hack.HackCategory,Hack.HackDownloadSpeed,Hack.HackFile,Hack.HackHost,Hack.HackOptions,Hack.HackPort,Hack.HackTag,Hack.HackTracker,Hack.HackUploads,Hack.HackUploadSpeed,Hack.HackURL
simple subclass of TorrentCommand that publicises the performCommand
method. the execute() method is not necessarily used in these objects
-
Nested Class Summary
Nested classes/interfaces inherited from class com.biglybt.ui.console.commands.IConsoleCommand
IConsoleCommand.TorrentComparator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanperformCommand(ConsoleInput ci, DownloadManager dm, List<String> args) Methods inherited from class com.biglybt.ui.console.commands.TorrentCommand
execute, getAction, performCommand, printHelpExtraMethods inherited from class com.biglybt.ui.console.commands.IConsoleCommand
expandVariable, getCommandDescriptions, getCommandName, getCommandNames, getDefaultSummaryFormat, getShortCommandName, getTorrentSummary, printHelp, printHelp
-
Constructor Details
-
TorrentSubCommand
- Parameters:
commandNames-action-
-
-
Method Details
-
performCommand
- Specified by:
performCommandin classTorrentCommand
-