|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gudy.azureus2.ui.console.commands.IConsoleCommand org.gudy.azureus2.ui.console.commands.TorrentCommand org.gudy.azureus2.ui.console.commands.TorrentSubCommand
public abstract class TorrentSubCommand
simple subclass of TorrentCommand that publicises the performCommand method. the execute() method is not necessarily used in these objects
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.gudy.azureus2.ui.console.commands.IConsoleCommand |
---|
IConsoleCommand.TorrentComparator |
Constructor Summary | |
---|---|
TorrentSubCommand(String command_name,
String short_name)
|
Method Summary | |
---|---|
abstract boolean |
performCommand(ConsoleInput ci,
DownloadManager dm,
List<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 |
---|
public TorrentSubCommand(String command_name, String short_name)
commandNames
- action
- Method Detail |
---|
public abstract boolean performCommand(ConsoleInput ci, DownloadManager dm, List<String> args)
performCommand
in class TorrentCommand
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |