Class Show
java.lang.Object
com.biglybt.ui.console.commands.IConsoleCommand
com.biglybt.ui.console.commands.Show
com.biglybt.ui.console.multiuser.commands.Show
subclass of Show command that is useful for multi-user
-
Nested Class Summary
Nested classes/interfaces inherited from class com.biglybt.ui.console.commands.IConsoleCommand
IConsoleCommand.TorrentComparator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
expandVariable
(char variable, DownloadManager dm) adds an additional variable 'o' for torrent ownerprotected String
display a similar torrent summary to the superclass but also display the usernameMethods inherited from class com.biglybt.ui.console.commands.Show
execute, getCommandDescriptions, printHelpExtra, showDHTStats
Methods inherited from class com.biglybt.ui.console.commands.IConsoleCommand
getCommandName, getCommandNames, getShortCommandName, getTorrentSummary, printHelp, printHelp
-
Constructor Details
-
Show
public Show()
-
-
Method Details
-
getDefaultSummaryFormat
display a similar torrent summary to the superclass but also display the username- Overrides:
getDefaultSummaryFormat
in classIConsoleCommand
- Returns:
-
expandVariable
adds an additional variable 'o' for torrent owner- Overrides:
expandVariable
in classIConsoleCommand
- Parameters:
variable
- variable character, eg: 'e' for ETAdm
- download manager object- Returns:
- string expansion of the variable
-