Class Show
- java.lang.Object
-
- com.biglybt.ui.console.commands.IConsoleCommand
-
- com.biglybt.ui.console.commands.Show
-
- com.biglybt.ui.console.multiuser.commands.Show
-
public class Show extends 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 Constructor Description Show()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
expandVariable(char variable, DownloadManager dm)
adds an additional variable 'o' for torrent ownerprotected java.lang.String
getDefaultSummaryFormat()
display a similar torrent summary to the superclass but also display the username-
Methods 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
-
-
-
-
Method Detail
-
getDefaultSummaryFormat
protected java.lang.String getDefaultSummaryFormat()
display a similar torrent summary to the superclass but also display the username- Overrides:
getDefaultSummaryFormat
in classIConsoleCommand
- Returns:
-
expandVariable
protected java.lang.String expandVariable(char variable, DownloadManager dm)
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
-
-