Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.actions.AddManualEvent.ManualEventInfo Class Reference

Private Member Functions

 ManualEventInfo (DataSource datasource, String description, long time)
 

Private Attributes

final DataSource datasource
 
final String description
 
final long time
 

Detailed Description

Info required from user to manually create a timeline event.

Definition at line 309 of file AddManualEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.actions.AddManualEvent.ManualEventInfo.ManualEventInfo ( DataSource  datasource,
String  description,
long  time 
)
private

Definition at line 315 of file AddManualEvent.java.

Member Data Documentation

final DataSource org.sleuthkit.autopsy.timeline.actions.AddManualEvent.ManualEventInfo.datasource
private
final String org.sleuthkit.autopsy.timeline.actions.AddManualEvent.ManualEventInfo.description
private
final long org.sleuthkit.autopsy.timeline.actions.AddManualEvent.ManualEventInfo.time
private

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

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