Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.L2TStatusProcessor Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.L2TStatusProcessor.L2TStatusProcessor ( BufferedReader  log2TimeLineOutpout,
DataSourceIngestModuleProgress  statusHelper,
Path  outputPath 
) throws IOException
private

Member Function Documentation

boolean org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.L2TStatusProcessor.cancel ( )
void org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.L2TStatusProcessor.run ( )

Member Data Documentation

volatile boolean org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.L2TStatusProcessor.cancelled = false
private

Definition at line 457 of file PlasoIngestModule.java.

final BufferedReader org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.L2TStatusProcessor.log2TimeLineOutpout
private
final Path org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.L2TStatusProcessor.outputPath
private
final DataSourceIngestModuleProgress org.sleuthkit.autopsy.modules.plaso.PlasoIngestModule.L2TStatusProcessor.statusHelper
private

The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.