Class UserCommand.ListUsersCommand
java.lang.Object
com.biglybt.ui.console.commands.IConsoleCommand
com.biglybt.ui.console.multiuser.commands.UserCommand.ListUsersCommand
- Enclosing class:
UserCommand
command that prints out the list of users registered in this user manager
-
Nested Class Summary
Nested classes/interfaces inherited from class IConsoleCommand
IConsoleCommand.TorrentComparator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(String commandName, ConsoleInput ci, List args) execute the command with the specified name using the specified argumentsreturn high-level help about the commands supported by this object.Methods inherited from class IConsoleCommand
expandVariable, getCommandName, getCommandNames, getDefaultSummaryFormat, getShortCommandName, getTorrentSummary, printHelp, printHelp, printHelpExtra
-
Constructor Details
-
ListUsersCommand
public ListUsersCommand()
-
-
Method Details
-
execute
Description copied from class:IConsoleCommandexecute the command with the specified name using the specified arguments- Specified by:
executein classIConsoleCommand- Parameters:
commandName-ci-args-
-
getCommandDescriptions
Description copied from class:IConsoleCommandreturn high-level help about the commands supported by this object.- Specified by:
getCommandDescriptionsin classIConsoleCommand- Returns:
-