Class TorrentLog
java.lang.Object
com.biglybt.ui.console.commands.IConsoleCommand
com.biglybt.ui.console.commands.TorrentCommand
com.biglybt.ui.console.commands.TorrentLog
- All Implemented Interfaces:
ILogEventListener
-
Nested Class Summary
Nested classes/interfaces inherited from class IConsoleCommand
IConsoleCommand.TorrentComparator -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static SimpleDateFormatprivate ArrayListprivate AEMonitorprivate static FieldPositionprivate booleanprivate intprivate static intprivate static intprivate static int -
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.voidA LogEvent has been generated.protected booleanperformCommand(ConsoleInput ci, DownloadManager dm, List args) Methods inherited from class TorrentCommand
getAction, performCommand, printHelpExtraMethods inherited from class IConsoleCommand
expandVariable, getCommandName, getCommandNames, getDefaultSummaryFormat, getShortCommandName, getTorrentSummary, printHelp, printHelp
-
Field Details
-
MODE_OFF
private static int MODE_OFF -
MODE_ON
private static int MODE_ON -
MODE_FLIP
private static int MODE_FLIP -
dateFormatter
-
formatPos
-
mode
private int mode -
dms_mon
-
dms
-
gm_listener_added
private boolean gm_listener_added
-
-
Constructor Details
-
TorrentLog
public TorrentLog()- Parameters:
commandNames-action-
-
-
Method Details
-
execute
Description copied from class:IConsoleCommandexecute the command with the specified name using the specified arguments- Overrides:
executein classTorrentCommand- Parameters:
commandName-ci-args-
-
performCommand
- Specified by:
performCommandin classTorrentCommand
-
getCommandDescriptions
Description copied from class:IConsoleCommandreturn high-level help about the commands supported by this object.- Specified by:
getCommandDescriptionsin classIConsoleCommand- Returns:
-
log
Description copied from interface:ILogEventListenerA LogEvent has been generated.- Specified by:
login interfaceILogEventListener- Parameters:
event- The newly generated LogEvent
-