Autopsy  4.13.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 308 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 314 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-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.