org.gudy.azureus2.ui.console.commands
Class Hack
java.lang.Object
org.gudy.azureus2.ui.console.commands.IConsoleCommand
org.gudy.azureus2.ui.console.commands.TorrentCommand
org.gudy.azureus2.ui.console.commands.Hack
public class Hack
- extends TorrentCommand
- Author:
- Tobias Minich
Constructor Summary |
Hack()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Hack
public Hack()
getCommandDescriptions
public String getCommandDescriptions()
- Description copied from class:
IConsoleCommand
- return high-level help about the commands supported by this object.
- Specified by:
getCommandDescriptions
in class IConsoleCommand
- Returns:
printHelpExtra
public void printHelpExtra(PrintStream out,
List args)
- Description copied from class:
TorrentCommand
- prints out the syntax of this command
- Overrides:
printHelpExtra
in class TorrentCommand
performCommand
protected boolean performCommand(ConsoleInput ci,
DownloadManager dm,
List args)
- 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 class TorrentCommand