Uses of Class
com.biglybt.ui.console.ConsoleInput
Packages that use ConsoleInput
Package
Description
-
Uses of ConsoleInput in com.biglybt.ui.console
Fields in com.biglybt.ui.console declared as ConsoleInputMethods in com.biglybt.ui.console with parameters of type ConsoleInputModifier and TypeMethodDescriptionvoid
ConsoleInput.CommandEcho.execute
(String commandName, ConsoleInput ci, List<String> args) void
ConsoleInput.CommandHelp.execute
(String commandName, ConsoleInput ci, List args) void
ConsoleInput.CommandLogging.execute
(String commandName, ConsoleInput ci, List<String> args) void
ConsoleInput.CommandLogout.execute
(String commandName, ConsoleInput ci, List args) void
ConsoleInput.CommandQuit.execute
(String commandName, ConsoleInput ci, List args) void
ConsoleInput.CommandUI.execute
(String commandName, ConsoleInput ci, List args) -
Uses of ConsoleInput in com.biglybt.ui.console.commands
Methods in com.biglybt.ui.console.commands with parameters of type ConsoleInputModifier and TypeMethodDescriptionprivate void
Alias.addAlias
(ConsoleInput ci, String aliasName, List argList) protected void
AddFind.addFiles
(ConsoleInput ci, File[] toadd, boolean finding, String outputDir) if finding is set, just print the available files and add them to the 'add' list inside the consoleinput object, otherwise actually add the torrents, saving to the specified output directoryprotected void
AddFind.addLocal
(ConsoleInput ci, String arg, String outputDir, boolean scansubdir, boolean finding) attempt a local add (arg may be a directory, a file or a pattern eg: d:/*.torrent)protected void
AddFind.addRemote
(ConsoleInput ci, String arg, String outputDir) attempt to download the torrent specified by 'arg' and save the files in the torrent to the specified output directoryprivate void
Alias.deleteAlias
(ConsoleInput ci, String aliasName) void
AddFind.execute
(String commandName, ConsoleInput ci, org.apache.commons.cli.CommandLine commands) void
Alias.execute
(String commandName, ConsoleInput console, org.apache.commons.cli.CommandLine commandLine) void
Archive.execute
(String commandName, ConsoleInput ci, List<String> args) void
CommandCollection.execute
(String commandName, ConsoleInput ci, List args) determines the appropriate subcommand to execute and then executes it, passing in the arguments that we receivedvoid
Config.execute
(String commandName, ConsoleInput console, List<String> args) void
Create.execute
(String commandName, ConsoleInput ci, List<String> args) abstract void
IConsoleCommand.execute
(String commandName, ConsoleInput console, List<String> arguments) execute the command with the specified name using the specified argumentsvoid
Move.execute
(String commandName, ConsoleInput ci, List args) void
OptionsConsoleCommand.execute
(String commandName, ConsoleInput console, List arguments) take the args and try and create a command line objectabstract void
OptionsConsoleCommand.execute
(String commandName, ConsoleInput console, org.apache.commons.cli.CommandLine commandLine) execute using the specified command line.void
Pairing.execute
(String commandName, ConsoleInput ci, List<String> args) void
Plugin.execute
(String commandName, ConsoleInput ci, List args) void
Priority.execute
(String commandName, ConsoleInput console, org.apache.commons.cli.CommandLine commandLine) void
RunState.execute
(String commandName, ConsoleInput ci, List<String> args) void
Set.execute
(String commandName, ConsoleInput ci, List args) void
Share.execute
(String commandName, ConsoleInput ci, List args) void
Show.execute
(String commandName, ConsoleInput ci, List args) void
Subscriptions.execute
(String commandName, ConsoleInput ci, List<String> args) void
Tags.execute
(String commandName, ConsoleInput ci, List<String> args) void
TorrentCommand.execute
(String commandName, ConsoleInput ci, List<String> args) void
TorrentLog.execute
(String commandName, ConsoleInput ci, List<String> args) void
TorrentStart.execute
(String commandName, ConsoleInput console, List<String> args) void
XML.execute
(String commandName, ConsoleInput ci, List args) protected void
Share.outputChildren
(ConsoleInput ci, String indent, ShareResourceDirContents node) boolean
Hack.HackCategory.performCommand
(ConsoleInput ci, DownloadManager dm, List<String> args) locate the appropriate subcommand and execute itboolean
Hack.HackDownloadSpeed.performCommand
(ConsoleInput ci, DownloadManager dm, List args) locate the appropriate subcommand and execute itboolean
Hack.HackFile.performCommand
(ConsoleInput ci, DownloadManager dm, List args) boolean
Hack.HackHost.performCommand
(ConsoleInput ci, DownloadManager dm, List args) boolean
Hack.HackPort.performCommand
(ConsoleInput ci, DownloadManager dm, List args) boolean
Hack.HackTag.performCommand
(ConsoleInput ci, DownloadManager dm, List<String> args) locate the appropriate subcommand and execute itboolean
Hack.HackTracker.performCommand
(ConsoleInput ci, DownloadManager dm, List args) locate the appropriate subcommand and execute itboolean
Hack.HackUploads.performCommand
(ConsoleInput ci, DownloadManager dm, List args) locate the appropriate subcommand and execute itboolean
Hack.HackUploadSpeed.performCommand
(ConsoleInput ci, DownloadManager dm, List args) locate the appropriate subcommand and execute itboolean
Hack.HackURL.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
Hack.performCommand
(ConsoleInput ci, DownloadManager dm, List args) finds the appropriate subcommand and executes it.protected boolean
TorrentArchive.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
TorrentCheck.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected abstract boolean
TorrentCommand.performCommand
(ConsoleInput ci, DownloadManager dm, List<String> args) protected boolean
TorrentCommand.performCommand
(ConsoleInput ci, TRHostTorrent torrent, List<String> args) Stub for commands that operate on a hosted torrent rather than downloadmanagerprotected boolean
TorrentForceStart.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
TorrentHost.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
TorrentHost.performCommand
(ConsoleInput ci, TRHostTorrent torrent, List args) protected boolean
TorrentLog.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
TorrentPublish.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
TorrentQueue.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
TorrentRemove.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
TorrentStart.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
TorrentStop.performCommand
(ConsoleInput ci, DownloadManager dm, List args) abstract boolean
TorrentSubCommand.performCommand
(ConsoleInput ci, DownloadManager dm, List<String> args) private void
TorrentCommand.performCommandIfAllowed
(ConsoleInput ci, List args, DownloadManager dm, String desc, String name) checks the role of the user.private void
TorrentCommand.performCommandIfAllowed
(ConsoleInput ci, List args, TRHostTorrent torrent, String desc, String name) private void
Alias.printAlias
(ConsoleInput ci, String aliasName) private void
Alias.printAliases
(ConsoleInput ci) prints out a list of all the aliasesprivate void
AddFind.showAdds
(ConsoleInput ci) prints out the files in the 'add' list that is stored in the console input object.protected void
Show.showDHTStats
(ConsoleInput ci) -
Uses of ConsoleInput in com.biglybt.ui.console.multiuser
Subclasses of ConsoleInput in com.biglybt.ui.console.multiuserModifier and TypeClassDescriptionclass
subclass of the ConsoleInput object that is used for multi users. -
Uses of ConsoleInput in com.biglybt.ui.console.multiuser.commands
Methods in com.biglybt.ui.console.multiuser.commands with parameters of type ConsoleInputModifier and TypeMethodDescriptionvoid
UserCommand.AddUserCommand.execute
(String commandName, ConsoleInput ci, org.apache.commons.cli.CommandLine commandLine) adds a new uservoid
UserCommand.DeleteUserCommand.execute
(String commandName, ConsoleInput ci, org.apache.commons.cli.CommandLine commandLine) void
UserCommand.execute
(String commandName, ConsoleInput ci, List args) determine the correct subcommand and execute itvoid
UserCommand.ListUsersCommand.execute
(String commandName, ConsoleInput ci, List args) void
UserCommand.ModifyUserCommand.execute
(String commandName, ConsoleInput ci, org.apache.commons.cli.CommandLine commandLine)