Package com.biglybt.ui.console.commands
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 class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
Nested classes/interfaces inherited from class com.biglybt.ui.console.commands.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 boolean
performCommand
(ConsoleInput ci, DownloadManager dm, List args) finds the appropriate subcommand and executes it.void
printHelpExtra
(PrintStream out, List args) prints out the syntax of this commandMethods inherited from class com.biglybt.ui.console.commands.TorrentCommand
execute, getAction, performCommand
Methods inherited from class com.biglybt.ui.console.commands.IConsoleCommand
expandVariable, getCommandName, getCommandNames, getDefaultSummaryFormat, getShortCommandName, getTorrentSummary, printHelp, printHelp
-
Field Details
-
subCommands
-
-
Constructor Details
-
Hack
public Hack()
-
-
Method Details
-
getCommandDescriptions
Description copied from class:IConsoleCommand
return high-level help about the commands supported by this object.- Specified by:
getCommandDescriptions
in classIConsoleCommand
- Returns:
-
printHelpExtra
Description copied from class:TorrentCommand
prints out the syntax of this command- Overrides:
printHelpExtra
in 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:
performCommand
in classTorrentCommand
-