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

java.lang.Object
  extended by org.gudy.azureus2.ui.console.commands.IConsoleCommand
      extended by org.gudy.azureus2.ui.console.commands.OptionsConsoleCommand
          extended by org.gudy.azureus2.ui.console.commands.Log

public class Log
extends OptionsConsoleCommand

Author:
Tobias Minich

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gudy.azureus2.ui.console.commands.IConsoleCommand
IConsoleCommand.TorrentComparator
 
Constructor Summary
Log()
           
 
Method Summary
static void commandLogtest(ConsoleInput ci, java.util.List args)
           
 void execute(java.lang.String commandName, ConsoleInput ci, org.apache.commons.cli.CommandLine commandLine)
          execute using the specified command line.
protected  java.util.Map getChannelMap(ConsoleInput ci)
           
 java.lang.String getCommandDescriptions()
          return high-level help about the commands supported by this object.
protected  org.apache.commons.cli.Options getOptions()
           
 
Methods inherited from class org.gudy.azureus2.ui.console.commands.OptionsConsoleCommand
execute, getParser, printHelpExtra
 
Methods inherited from class org.gudy.azureus2.ui.console.commands.IConsoleCommand
expandVariable, 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

Log

public Log()
Method Detail

getOptions

protected org.apache.commons.cli.Options getOptions()
Overrides:
getOptions in class OptionsConsoleCommand

execute

public void execute(java.lang.String commandName,
                    ConsoleInput ci,
                    org.apache.commons.cli.CommandLine commandLine)
Description copied from class: OptionsConsoleCommand
execute using the specified command line.

Specified by:
execute in class OptionsConsoleCommand

getChannelMap

protected java.util.Map getChannelMap(ConsoleInput ci)

commandLogtest

public static void commandLogtest(ConsoleInput ci,
                                  java.util.List args)

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: