Class Hack
java.lang.Object
com.biglybt.ui.console.commands.IConsoleCommand
com.biglybt.ui.console.commands.TorrentCommand
com.biglybt.ui.console.commands.Hack
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classNested classes/interfaces inherited from class IConsoleCommand
IConsoleCommand.TorrentComparator -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturn high-level help about the commands supported by this object.protected booleanperformCommand(ConsoleInput ci, DownloadManager dm, List args) finds the appropriate subcommand and executes it.voidprintHelpExtra(PrintStream out, List args) prints out the syntax of this commandMethods inherited from class TorrentCommand
execute, getAction, performCommandMethods inherited from class IConsoleCommand
expandVariable, getCommandName, getCommandNames, getDefaultSummaryFormat, getShortCommandName, getTorrentSummary, printHelp, printHelp
-
Field Details
-
subCommands
-
-
Constructor Details
-
Hack
public Hack()
-
-
Method Details
-
getCommandDescriptions
Description copied from class:IConsoleCommandreturn high-level help about the commands supported by this object.- Specified by:
getCommandDescriptionsin classIConsoleCommand- Returns:
-
printHelpExtra
Description copied from class:TorrentCommandprints out the syntax of this command- Overrides:
printHelpExtrain classTorrentCommand
-
performCommand
finds the appropriate subcommand and executes it. the execute() method will have taken care of finding/iterating over the appropriate torrents- Specified by:
performCommandin classTorrentCommand
-