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 IConsoleCommand
IConsoleCommand.TorrentComparator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringexpandVariable(char variable, DownloadManager dm) adds an additional variable 'o' for torrent ownerprotected Stringdisplay a similar torrent summary to the superclass but also display the usernameMethods inherited from class Show
execute, getCommandDescriptions, printHelpExtra, showDHTStatsMethods inherited from class 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:
getDefaultSummaryFormatin classIConsoleCommand- Returns:
-
expandVariable
adds an additional variable 'o' for torrent owner- Overrides:
expandVariablein classIConsoleCommand- Parameters:
variable- variable character, eg: 'e' for ETAdm- download manager object- Returns:
- string expansion of the variable
-