Package com.biglybt.ui.console.commands
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 com.biglybt.ui.console.commands.IConsoleCommand
IConsoleCommand.TorrentComparator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static SimpleDateFormat
private ArrayList
private AEMonitor
private static FieldPosition
private boolean
private int
private static int
private static int
private static int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(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.void
A LogEvent has been generated.protected boolean
performCommand
(ConsoleInput ci, DownloadManager dm, List args) Methods inherited from class com.biglybt.ui.console.commands.TorrentCommand
getAction, performCommand, printHelpExtra
Methods inherited from class com.biglybt.ui.console.commands.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:IConsoleCommand
execute the command with the specified name using the specified arguments- Overrides:
execute
in classTorrentCommand
-
performCommand
- Specified by:
performCommand
in classTorrentCommand
-
getCommandDescriptions
Description copied from class:IConsoleCommand
return high-level help about the commands supported by this object.- Specified by:
getCommandDescriptions
in classIConsoleCommand
- Returns:
-
log
Description copied from interface:ILogEventListener
A LogEvent has been generated.- Specified by:
log
in interfaceILogEventListener
- Parameters:
event
- The newly generated LogEvent
-