Class Hack

    • Constructor Detail

      • Hack

        public Hack()
    • Method Detail

      • getCommandDescriptions

        public java.lang.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​(java.io.PrintStream out,
                                   java.util.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,
                                         java.util.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