Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Task< T >, and Cancellable.
Inherited by org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.ViewRefreshTask< AxisValuesType >.
Public Member Functions | |
LoggedTask (String taskName, boolean logStateChanges) | |
Protected Member Functions | |
void | cancelled () |
void | failed () |
void | scheduled () |
void | succeeded () |
Private Attributes | |
final boolean | logStateChanges |
Static Private Attributes | |
static final Logger | LOGGER = Logger.getLogger(LoggedTask.class.getName()) |
extension of Task that logs state changes
Definition at line 29 of file LoggedTask.java.
org.sleuthkit.autopsy.coreutils.LoggedTask< T >.LoggedTask | ( | String | taskName, |
boolean | logStateChanges | ||
) |
Definition at line 35 of file LoggedTask.java.
|
protected |
Definition at line 41 of file LoggedTask.java.
|
protected |
Definition at line 49 of file LoggedTask.java.
|
protected |
Definition at line 56 of file LoggedTask.java.
|
protected |
Definition at line 64 of file LoggedTask.java.
Referenced by org.sleuthkit.autopsy.timeline.TimeLineController.selectTimeAndType().
|
staticprivate |
Definition at line 31 of file LoggedTask.java.
|
private |
Definition at line 33 of file LoggedTask.java.
Referenced by org.sleuthkit.autopsy.coreutils.LoggedTask< Boolean >.LoggedTask().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.