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.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 boolean
performCommand
(ConsoleInput ci, DownloadManager dm, List<String> args) Methods inherited from class com.biglybt.ui.console.commands.TorrentCommand
execute, getAction, performCommand, printHelpExtra
Methods 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:
performCommand
in classTorrentCommand
-