Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Static Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.TimeLineModule Class Reference

Classes

class  CaseEventListener
 
class  IngestModuleEventListener
 

Static Public Member Functions

static TimeLineController getController () throws TskCoreException
 

Private Member Functions

 TimeLineModule ()
 

Static Private Attributes

static volatile TimeLineController controller
 
static final Object controllerLock = new Object()
 
static final Logger logger = Logger.getLogger(TimeLineModule.class.getName())
 

Detailed Description

Manages listeners and the controller.

Definition at line 38 of file TimeLineModule.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.TimeLineModule.TimeLineModule ( )
private

provides static utilities, can not be instantiated

Definition at line 48 of file TimeLineModule.java.

Member Function Documentation

static TimeLineController org.sleuthkit.autopsy.timeline.TimeLineModule.getController ( ) throws TskCoreException
static

Member Data Documentation

volatile TimeLineController org.sleuthkit.autopsy.timeline.TimeLineModule.controller
staticprivate
final Object org.sleuthkit.autopsy.timeline.TimeLineModule.controllerLock = new Object()
staticprivate
final Logger org.sleuthkit.autopsy.timeline.TimeLineModule.logger = Logger.getLogger(TimeLineModule.class.getName())
staticprivate

Definition at line 40 of file TimeLineModule.java.


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

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