Class Subscriptions
java.lang.Object
com.biglybt.ui.console.commands.IConsoleCommand
com.biglybt.ui.console.commands.Subscriptions
-
Nested Class Summary
Nested classes/interfaces inherited from class IConsoleCommand
IConsoleCommand.TorrentComparator -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<SubscriptionResult> private Subscriptionprivate Subscription[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(String commandName, ConsoleInput ci, List<String> args) execute the command with the specified name using the specified argumentsreturn high-level help about the commands supported by this object.voidprintHelpExtra(PrintStream out, List args) Methods inherited from class IConsoleCommand
expandVariable, getCommandName, getCommandNames, getDefaultSummaryFormat, getShortCommandName, getTorrentSummary, printHelp, printHelp
-
Field Details
-
current_subs
-
current_sub
-
current_results
-
-
Constructor Details
-
Subscriptions
public Subscriptions()
-
-
Method Details
-
getCommandDescriptions
Description copied from class:IConsoleCommandreturn high-level help about the commands supported by this object.- Specified by:
getCommandDescriptionsin classIConsoleCommand- Returns:
-
printHelpExtra
- Overrides:
printHelpExtrain classIConsoleCommand
-
execute
Description copied from class:IConsoleCommandexecute the command with the specified name using the specified arguments- Specified by:
executein classIConsoleCommand- Parameters:
commandName-ci-args-
-