Uses of Class
com.biglybt.ui.console.commands.OptionsConsoleCommand
-
Packages that use OptionsConsoleCommand Package Description com.biglybt.ui.console.commands com.biglybt.ui.console.multiuser.commands -
-
Uses of OptionsConsoleCommand in com.biglybt.ui.console.commands
Subclasses of OptionsConsoleCommand in com.biglybt.ui.console.commands Modifier and Type Class Description class
AddFind
this class allows the user to add and find torrents.class
Alias
the alias command will add/remove/modify aliases to the CLI input reader.class
Priority
the priority command changes the priority of files within a torrent -
Uses of OptionsConsoleCommand in com.biglybt.ui.console.multiuser.commands
Subclasses of OptionsConsoleCommand in com.biglybt.ui.console.multiuser.commands Modifier and Type Class Description private class
UserCommand.AddUserCommand
command that adds new users to the user managerprivate class
UserCommand.DeleteUserCommand
command that deletes a user from the user managerprivate class
UserCommand.ModifyUserCommand
command that changes user's password or level or default save directory
-