Autopsy  4.13.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 NoCurrentCaseException, TskCoreException
 

Private Member Functions

 TimeLineModule ()
 

Static Private Attributes

static 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 NoCurrentCaseException, TskCoreException
static

Get instance of the controller for the current case

Returns
the controller for the current case.
Exceptions
NoCurrentCaseExceptionIf there is no case open.
TskCoreExceptionIf there was a problem accessing the case database.

Definition at line 61 of file TimeLineModule.java.

References org.sleuthkit.autopsy.timeline.TimeLineModule.controller, org.sleuthkit.autopsy.timeline.TimeLineModule.controllerLock, and org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows().

Referenced by org.sleuthkit.autopsy.timeline.TimeLineModule.CaseEventListener.propertyChange(), org.sleuthkit.autopsy.timeline.TimeLineModule.IngestModuleEventListener.propertyChange(), and org.sleuthkit.autopsy.timeline.OpenTimelineAction.showTimeline().

Member Data Documentation

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-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.