Uses of Class
com.biglybt.ui.console.commands.IConsoleCommand
Packages that use IConsoleCommand
Package
Description
-
Uses of IConsoleCommand in com.biglybt.ui.console
Subclasses of IConsoleCommand in com.biglybt.ui.consoleModifier and TypeClassDescriptionprivate class
private class
private class
private static class
private static class
private static class
Methods in com.biglybt.ui.console with parameters of type IConsoleCommandModifier and TypeMethodDescriptionprotected 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.commandsModifier and TypeClassDescriptionclass
this class allows the user to add and find torrents.class
the alias command will add/remove/modify aliases to the CLI input reader.class
class
class
class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
class
class
subclass of IConsoleCommand that allows the parameters to be defined using an Options objectclass
class
class
the priority command changes the priority of files within a torrentclass
class
command that allows manipulation of the client's runtime properties.class
class
class
class
class
class
console command to initiate recheck of a torrent.class
base class for objects which need to operate on specific torrents.class
console command to force start a torrent.class
console command to host a torrent.class
class
console command to host a torrent.class
console command to queue a torrent.class
console command to remove a torrent.class
console command to start a torrent.class
console command to stop a torrent.class
simple subclass of TorrentCommand that publicises the performCommand method.class
Methods in com.biglybt.ui.console.commands that return IConsoleCommandModifier and TypeMethodDescriptionreturns the sub command with the specified command nameMethods in com.biglybt.ui.console.commands with parameters of type IConsoleCommandModifier and TypeMethodDescriptionvoid
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 IConsoleCommandModifier and TypeMethodDescriptionvoid
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.commandsModifier and TypeClassDescriptionclass
subclass of Show command that is useful for multi-userclass
container command for commands that deal with the add/modify/delete of usersprivate final class
command that adds new users to the user managerprivate final class
command that deletes a user from the user managerprivate final class
command that prints out the list of users registered in this user managerprivate final class
command that changes user's password or level or default save directory