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 TypeMethodDescriptionvoidConsoleInput.CommandEcho.execute(String commandName, ConsoleInput ci, List<String> args) voidConsoleInput.CommandHelp.execute(String commandName, ConsoleInput ci, List args) voidConsoleInput.CommandLogging.execute(String commandName, ConsoleInput ci, List<String> args) voidConsoleInput.CommandLogout.execute(String commandName, ConsoleInput ci, List args) voidConsoleInput.CommandQuit.execute(String commandName, ConsoleInput ci, List args) voidConsoleInput.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 voidAlias.addAlias(ConsoleInput ci, String aliasName, List argList) protected voidAddFind.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 voidAddFind.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 voidAddFind.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 voidAlias.deleteAlias(ConsoleInput ci, String aliasName) voidAddFind.execute(String commandName, ConsoleInput ci, org.apache.commons.cli.CommandLine commands) voidAlias.execute(String commandName, ConsoleInput console, org.apache.commons.cli.CommandLine commandLine) voidArchive.execute(String commandName, ConsoleInput ci, List<String> args) voidCommandCollection.execute(String commandName, ConsoleInput ci, List args) determines the appropriate subcommand to execute and then executes it, passing in the arguments that we receivedvoidConfig.execute(String commandName, ConsoleInput console, List<String> args) voidCreate.execute(String commandName, ConsoleInput ci, List<String> args) abstract voidIConsoleCommand.execute(String commandName, ConsoleInput console, List<String> arguments) execute the command with the specified name using the specified argumentsvoidMove.execute(String commandName, ConsoleInput ci, List args) voidOptionsConsoleCommand.execute(String commandName, ConsoleInput console, List arguments) take the args and try and create a command line objectabstract voidOptionsConsoleCommand.execute(String commandName, ConsoleInput console, org.apache.commons.cli.CommandLine commandLine) execute using the specified command line.voidPairing.execute(String commandName, ConsoleInput ci, List<String> args) voidPlugin.execute(String commandName, ConsoleInput ci, List args) voidPriority.execute(String commandName, ConsoleInput console, org.apache.commons.cli.CommandLine commandLine) voidRunState.execute(String commandName, ConsoleInput ci, List<String> args) voidSet.execute(String commandName, ConsoleInput ci, List args) voidShare.execute(String commandName, ConsoleInput ci, List args) voidShow.execute(String commandName, ConsoleInput ci, List args) voidSubscriptions.execute(String commandName, ConsoleInput ci, List<String> args) voidTags.execute(String commandName, ConsoleInput ci, List<String> args) voidTorrentCommand.execute(String commandName, ConsoleInput ci, List<String> args) voidTorrentLog.execute(String commandName, ConsoleInput ci, List<String> args) voidTorrentStart.execute(String commandName, ConsoleInput console, List<String> args) voidXML.execute(String commandName, ConsoleInput ci, List args) protected voidShare.outputChildren(ConsoleInput ci, String indent, ShareResourceDirContents node) booleanHack.HackCategory.performCommand(ConsoleInput ci, DownloadManager dm, List<String> args) locate the appropriate subcommand and execute itbooleanHack.HackDownloadSpeed.performCommand(ConsoleInput ci, DownloadManager dm, List args) locate the appropriate subcommand and execute itbooleanHack.HackFile.performCommand(ConsoleInput ci, DownloadManager dm, List args) booleanHack.HackHost.performCommand(ConsoleInput ci, DownloadManager dm, List args) booleanHack.HackOptions.performCommand(ConsoleInput ci, DownloadManager dm, List<String> args) booleanHack.HackPort.performCommand(ConsoleInput ci, DownloadManager dm, List args) booleanHack.HackTag.performCommand(ConsoleInput ci, DownloadManager dm, List<String> args) locate the appropriate subcommand and execute itbooleanHack.HackTracker.performCommand(ConsoleInput ci, DownloadManager dm, List args) locate the appropriate subcommand and execute itbooleanHack.HackUploads.performCommand(ConsoleInput ci, DownloadManager dm, List args) locate the appropriate subcommand and execute itbooleanHack.HackUploadSpeed.performCommand(ConsoleInput ci, DownloadManager dm, List args) locate the appropriate subcommand and execute itbooleanHack.HackURL.performCommand(ConsoleInput ci, DownloadManager dm, List args) protected booleanHack.performCommand(ConsoleInput ci, DownloadManager dm, List args) finds the appropriate subcommand and executes it.protected booleanTorrentArchive.performCommand(ConsoleInput ci, DownloadManager dm, List args) protected booleanTorrentCheck.performCommand(ConsoleInput ci, DownloadManager dm, List args) protected abstract booleanTorrentCommand.performCommand(ConsoleInput ci, DownloadManager dm, List<String> args) protected booleanTorrentCommand.performCommand(ConsoleInput ci, TRHostTorrent torrent, List<String> args) Stub for commands that operate on a hosted torrent rather than downloadmanagerprotected booleanTorrentForceStart.performCommand(ConsoleInput ci, DownloadManager dm, List args) protected booleanTorrentHost.performCommand(ConsoleInput ci, DownloadManager dm, List args) protected booleanTorrentHost.performCommand(ConsoleInput ci, TRHostTorrent torrent, List args) protected booleanTorrentLog.performCommand(ConsoleInput ci, DownloadManager dm, List args) protected booleanTorrentPublish.performCommand(ConsoleInput ci, DownloadManager dm, List args) protected booleanTorrentQueue.performCommand(ConsoleInput ci, DownloadManager dm, List args) protected booleanTorrentRemove.performCommand(ConsoleInput ci, DownloadManager dm, List args) protected booleanTorrentStart.performCommand(ConsoleInput ci, DownloadManager dm, List args) protected booleanTorrentStop.performCommand(ConsoleInput ci, DownloadManager dm, List args) abstract booleanTorrentSubCommand.performCommand(ConsoleInput ci, DownloadManager dm, List<String> args) private voidTorrentCommand.performCommandIfAllowed(ConsoleInput ci, List args, DownloadManager dm, String desc, String name) checks the role of the user.private voidTorrentCommand.performCommandIfAllowed(ConsoleInput ci, List args, TRHostTorrent torrent, String desc, String name) private voidAlias.printAlias(ConsoleInput ci, String aliasName) private voidAlias.printAliases(ConsoleInput ci) prints out a list of all the aliasesprivate voidAddFind.showAdds(ConsoleInput ci) prints out the files in the 'add' list that is stored in the console input object.protected voidShow.showDHTStats(ConsoleInput ci) -
Uses of ConsoleInput in com.biglybt.ui.console.multiuser
Subclasses of ConsoleInput in com.biglybt.ui.console.multiuserModifier and TypeClassDescriptionclasssubclass 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 TypeMethodDescriptionvoidUserCommand.AddUserCommand.execute(String commandName, ConsoleInput ci, org.apache.commons.cli.CommandLine commandLine) adds a new uservoidUserCommand.DeleteUserCommand.execute(String commandName, ConsoleInput ci, org.apache.commons.cli.CommandLine commandLine) voidUserCommand.execute(String commandName, ConsoleInput ci, List args) determine the correct subcommand and execute itvoidUserCommand.ListUsersCommand.execute(String commandName, ConsoleInput ci, List args) voidUserCommand.ModifyUserCommand.execute(String commandName, ConsoleInput ci, org.apache.commons.cli.CommandLine commandLine)