org.gudy.azureus2.ui.console.commands
Class TorrentSubCommand

java.lang.Object
  extended by org.gudy.azureus2.ui.console.commands.IConsoleCommand
      extended by org.gudy.azureus2.ui.console.commands.TorrentCommand
          extended by org.gudy.azureus2.ui.console.commands.TorrentSubCommand

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

Author:
pauld

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gudy.azureus2.ui.console.commands.IConsoleCommand
IConsoleCommand.TorrentComparator
 
Constructor Summary
TorrentSubCommand(java.lang.String command_name, java.lang.String short_name)
           
 
Method Summary
abstract  boolean performCommand(ConsoleInput ci, DownloadManager dm, java.util.List<java.lang.String> args)
           
 
Methods inherited from class org.gudy.azureus2.ui.console.commands.TorrentCommand
execute, getAction, performCommand, printHelpExtra
 
Methods inherited from class org.gudy.azureus2.ui.console.commands.IConsoleCommand
expandVariable, getCommandDescriptions, getCommandName, getCommandNames, getDefaultSummaryFormat, getShortCommandName, getTorrentSummary, printHelp, printHelp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TorrentSubCommand

public TorrentSubCommand(java.lang.String command_name,
                         java.lang.String short_name)
Parameters:
commandNames -
action -
Method Detail

performCommand

public abstract boolean performCommand(ConsoleInput ci,
                                       DownloadManager dm,
                                       java.util.List<java.lang.String> args)
Specified by:
performCommand in class TorrentCommand