Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Runnable, and Cancellable.
Public Member Functions | |
boolean | cancel () |
void | run () |
Private Member Functions | |
L2TStatusProcessor (BufferedReader log2TimeLineOutpout, DataSourceIngestModuleProgress statusHelper, Path outputPath) throws IOException | |
Private Attributes | |
volatile boolean | cancelled = false |
final BufferedReader | log2TimeLineOutpout |
final Path | outputPath |
final DataSourceIngestModuleProgress | statusHelper |
Runs in a thread and reads the output of log2timeline. It redirectes the output both to a log file, and to the status message of the Plaso ingest module progress bar.
Definition at line 453 of file PlasoIngestModule.java.
|
private |
Definition at line 460 of file PlasoIngestModule.java.
References org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.L2TStatusProcessor.log2TimeLineOutpout, org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.L2TStatusProcessor.outputPath, and org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.L2TStatusProcessor.statusHelper.
boolean org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.L2TStatusProcessor.cancel | ( | ) |
Definition at line 483 of file PlasoIngestModule.java.
Referenced by org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.process().
void org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.L2TStatusProcessor.run | ( | ) |
Definition at line 467 of file PlasoIngestModule.java.
References org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProgress.progress().
|
private |
Definition at line 457 of file PlasoIngestModule.java.
|
private |
Definition at line 455 of file PlasoIngestModule.java.
Referenced by org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.L2TStatusProcessor.L2TStatusProcessor().
|
private |
Definition at line 458 of file PlasoIngestModule.java.
Referenced by org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.L2TStatusProcessor.L2TStatusProcessor().
|
private |
Definition at line 456 of file PlasoIngestModule.java.
Referenced by org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.L2TStatusProcessor.L2TStatusProcessor().
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.