Uses of Class
com.biglybt.ui.console.commands.IConsoleCommand
-
Packages that use IConsoleCommand Package Description com.biglybt.ui.console com.biglybt.ui.console.commands com.biglybt.ui.console.multiuser com.biglybt.ui.console.multiuser.commands -
-
Uses of IConsoleCommand in com.biglybt.ui.console
Subclasses of IConsoleCommand in com.biglybt.ui.console Modifier and Type Class Description private class
ConsoleInput.CommandEcho
private class
ConsoleInput.CommandHelp
private class
ConsoleInput.CommandLogging
private static class
ConsoleInput.CommandLogout
private static class
ConsoleInput.CommandQuit
private static class
ConsoleInput.CommandUI
Methods in com.biglybt.ui.console with parameters of type IConsoleCommand Modifier and Type Method Description protected void
ConsoleInput. registerCommand(IConsoleCommand command)
protected void
ConsoleInput. unregisterCommand(IConsoleCommand command)
-
Uses of IConsoleCommand in com.biglybt.ui.console.commands
Subclasses of IConsoleCommand 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
Archive
class
Config
class
Create
class
Hack
private static class
Hack.HackCategory
private static class
Hack.HackDownloadSpeed
private static class
Hack.HackFile
private static class
Hack.HackHost
private static class
Hack.HackPort
private static class
Hack.HackTag
private static class
Hack.HackTracker
private static class
Hack.HackUploads
private static class
Hack.HackUploadSpeed
private static class
Hack.HackURL
class
Move
class
OptionsConsoleCommand
subclass of IConsoleCommand that allows the parameters to be defined using an Options objectclass
Pairing
class
Plugin
class
Priority
the priority command changes the priority of files within a torrentclass
RunState
class
Set
command that allows manipulation of the client's runtime properties.class
Share
class
Show
class
Subscriptions
class
Tags
class
TorrentArchive
class
TorrentCheck
console command to initiate recheck of a torrent.class
TorrentCommand
base class for objects which need to operate on specific torrents.class
TorrentForceStart
console command to force start a torrent.class
TorrentHost
console command to host a torrent.class
TorrentLog
class
TorrentPublish
console command to host a torrent.class
TorrentQueue
console command to queue a torrent.class
TorrentRemove
console command to remove a torrent.class
TorrentStart
console command to start a torrent.class
TorrentStop
console command to stop a torrent.class
TorrentSubCommand
simple subclass of TorrentCommand that publicises the performCommand method.class
XML
Methods in com.biglybt.ui.console.commands that return IConsoleCommand Modifier and Type Method Description IConsoleCommand
CommandCollection. get(java.lang.String commandName)
returns the sub command with the specified command nameMethods in com.biglybt.ui.console.commands with parameters of type IConsoleCommand Modifier and Type Method Description void
CommandCollection. add(IConsoleCommand command)
adds the specified console command as a subcommand to this object. -
Uses of IConsoleCommand in com.biglybt.ui.console.multiuser
Methods in com.biglybt.ui.console.multiuser with parameters of type IConsoleCommand Modifier and Type Method Description void
MultiUserConsoleInput. registerCommand(IConsoleCommand command)
check whether the specified command is one of our banned commands for this particular user type. -
Uses of IConsoleCommand in com.biglybt.ui.console.multiuser.commands
Subclasses of IConsoleCommand in com.biglybt.ui.console.multiuser.commands Modifier and Type Class Description class
Show
subclass of Show command that is useful for multi-userclass
UserCommand
container command for commands that deal with the add/modify/delete of usersprivate 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.ListUsersCommand
command that prints out the list of users registered in this user managerprivate class
UserCommand.ModifyUserCommand
command that changes user's password or level or default save directory
-