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
public abstract class TorrentSubCommand extends TorrentCommand
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 Constructor Description TorrentSubCommand(java.lang.String command_name, java.lang.String short_name)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract boolean
performCommand(ConsoleInput ci, DownloadManager dm, java.util.List<java.lang.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
-
-
-
-
Method Detail
-
performCommand
public abstract boolean performCommand(ConsoleInput ci, DownloadManager dm, java.util.List<java.lang.String> args)
- Specified by:
performCommand
in classTorrentCommand
-
-