org.gudy.azureus2.ui.console.commands
Class Priority
java.lang.Object
  
org.gudy.azureus2.ui.console.commands.IConsoleCommand
      
org.gudy.azureus2.ui.console.commands.OptionsConsoleCommand
          
org.gudy.azureus2.ui.console.commands.Priority
public class Priority
- extends OptionsConsoleCommand
 
the priority command changes the priority of files within a torrent
- Author:
 
  - dmohr
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Priority
public Priority()
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)
- Overrides:
 printHelpExtra in class OptionsConsoleCommand
 
 
execute
public void execute(String commandName,
                    ConsoleInput console,
                    org.apache.commons.cli.CommandLine commandLine)
- Description copied from class: 
OptionsConsoleCommand 
- execute using the specified command line.
- Specified by:
 execute in class OptionsConsoleCommand