private void |
Alias.addAlias(ConsoleInput ci,
java.lang.String aliasName,
java.util.List argList) |
|
protected void |
AddFind.addFiles(ConsoleInput ci,
java.io.File[] toadd,
boolean finding,
java.lang.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 directory
|
protected void |
AddFind.addLocal(ConsoleInput ci,
java.lang.String arg,
java.lang.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,
java.lang.String arg,
java.lang.String outputDir) |
attempt to download the torrent specified by 'arg' and save the files
in the torrent to the specified output directory
|
private void |
Alias.deleteAlias(ConsoleInput ci,
java.lang.String aliasName) |
|
void |
AddFind.execute(java.lang.String commandName,
ConsoleInput ci,
org.apache.commons.cli.CommandLine commands) |
|
void |
Alias.execute(java.lang.String commandName,
ConsoleInput console,
org.apache.commons.cli.CommandLine commandLine) |
|
void |
Archive.execute(java.lang.String commandName,
ConsoleInput ci,
java.util.List<java.lang.String> args) |
|
void |
CommandCollection.execute(java.lang.String commandName,
ConsoleInput ci,
java.util.List args) |
determines the appropriate subcommand to execute and then
executes it, passing in the arguments that we received
|
void |
Config.execute(java.lang.String commandName,
ConsoleInput console,
java.util.List<java.lang.String> args) |
|
void |
Create.execute(java.lang.String commandName,
ConsoleInput ci,
java.util.List<java.lang.String> args) |
|
abstract void |
IConsoleCommand.execute(java.lang.String commandName,
ConsoleInput console,
java.util.List<java.lang.String> arguments) |
execute the command with the specified name using the specified arguments
|
void |
Move.execute(java.lang.String commandName,
ConsoleInput ci,
java.util.List args) |
|
void |
OptionsConsoleCommand.execute(java.lang.String commandName,
ConsoleInput console,
java.util.List arguments) |
take the args and try and create a command line object
|
abstract void |
OptionsConsoleCommand.execute(java.lang.String commandName,
ConsoleInput console,
org.apache.commons.cli.CommandLine commandLine) |
execute using the specified command line.
|
void |
Pairing.execute(java.lang.String commandName,
ConsoleInput ci,
java.util.List<java.lang.String> args) |
|
void |
Plugin.execute(java.lang.String commandName,
ConsoleInput ci,
java.util.List args) |
|
void |
Priority.execute(java.lang.String commandName,
ConsoleInput console,
org.apache.commons.cli.CommandLine commandLine) |
|
void |
RunState.execute(java.lang.String commandName,
ConsoleInput ci,
java.util.List<java.lang.String> args) |
|
void |
Set.execute(java.lang.String commandName,
ConsoleInput ci,
java.util.List args) |
|
void |
Share.execute(java.lang.String commandName,
ConsoleInput ci,
java.util.List args) |
|
void |
Show.execute(java.lang.String commandName,
ConsoleInput ci,
java.util.List args) |
|
void |
Subscriptions.execute(java.lang.String commandName,
ConsoleInput ci,
java.util.List<java.lang.String> args) |
|
void |
Tags.execute(java.lang.String commandName,
ConsoleInput ci,
java.util.List<java.lang.String> args) |
|
void |
TorrentCommand.execute(java.lang.String commandName,
ConsoleInput ci,
java.util.List<java.lang.String> args) |
|
void |
TorrentLog.execute(java.lang.String commandName,
ConsoleInput ci,
java.util.List<java.lang.String> args) |
|
void |
TorrentStart.execute(java.lang.String commandName,
ConsoleInput console,
java.util.List<java.lang.String> args) |
|
void |
XML.execute(java.lang.String commandName,
ConsoleInput ci,
java.util.List args) |
|
protected void |
Share.outputChildren(ConsoleInput ci,
java.lang.String indent,
ShareResourceDirContents node) |
|
boolean |
Hack.HackCategory.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List<java.lang.String> args) |
locate the appropriate subcommand and execute it
|
boolean |
Hack.HackDownloadSpeed.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
locate the appropriate subcommand and execute it
|
boolean |
Hack.HackFile.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
|
boolean |
Hack.HackHost.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
|
boolean |
Hack.HackPort.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
|
boolean |
Hack.HackTag.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List<java.lang.String> args) |
locate the appropriate subcommand and execute it
|
boolean |
Hack.HackTracker.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
locate the appropriate subcommand and execute it
|
boolean |
Hack.HackUploads.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
locate the appropriate subcommand and execute it
|
boolean |
Hack.HackUploadSpeed.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
locate the appropriate subcommand and execute it
|
boolean |
Hack.HackURL.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
|
protected boolean |
Hack.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
finds the appropriate subcommand and executes it.
|
protected boolean |
TorrentArchive.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
|
protected boolean |
TorrentCheck.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
|
protected abstract boolean |
TorrentCommand.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List<java.lang.String> args) |
|
protected boolean |
TorrentCommand.performCommand(ConsoleInput ci,
TRHostTorrent torrent,
java.util.List<java.lang.String> args) |
Stub for commands that operate on a hosted torrent rather than downloadmanager
|
protected boolean |
TorrentForceStart.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
|
protected boolean |
TorrentHost.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
|
protected boolean |
TorrentHost.performCommand(ConsoleInput ci,
TRHostTorrent torrent,
java.util.List args) |
|
protected boolean |
TorrentLog.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
|
protected boolean |
TorrentPublish.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
|
protected boolean |
TorrentQueue.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
|
protected boolean |
TorrentRemove.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
|
protected boolean |
TorrentStart.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
|
protected boolean |
TorrentStop.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List args) |
|
abstract boolean |
TorrentSubCommand.performCommand(ConsoleInput ci,
DownloadManager dm,
java.util.List<java.lang.String> args) |
|
private void |
TorrentCommand.performCommandIfAllowed(ConsoleInput ci,
java.util.List args,
DownloadManager dm,
java.lang.String desc,
java.lang.String name) |
checks the role of the user.
|
private void |
TorrentCommand.performCommandIfAllowed(ConsoleInput ci,
java.util.List args,
TRHostTorrent torrent,
java.lang.String desc,
java.lang.String name) |
|
private void |
Alias.printAlias(ConsoleInput ci,
java.lang.String aliasName) |
|
private void |
Alias.printAliases(ConsoleInput ci) |
prints out a list of all the aliases
|
private 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) |
|