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

Inherits Action.

Classes

class  OpenReportAction
 

Public Member Functions

 SaveSnapshotAsReport (TimeLineController controller, Supplier< Node > nodeSupplier)
 

Private Member Functions

void createReport (TimeLineController controller, String reportName, Date generationDate, BufferedImage snapshot)
 

Private Attributes

final Case currentCase
 

Static Private Attributes

static final Logger LOGGER = Logger.getLogger(SaveSnapshotAsReport.class.getName())
 
static final ButtonType OK = new ButtonType(ButtonType.OK.getText(), ButtonBar.ButtonData.CANCEL_CLOSE)
 
static final Image SNAP_SHOT = new Image("org/sleuthkit/autopsy/timeline/images/image.png", 16, 16, true, true)
 

Detailed Description

Action that saves a snapshot of the given node as an autopsy report. Delegates to SnapsHotReportWrite to actually generate and write the report.

Definition at line 57 of file SaveSnapshotAsReport.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.actions.SaveSnapshotAsReport.SaveSnapshotAsReport ( TimeLineController  controller,
Supplier< Node >  nodeSupplier 
)

Member Function Documentation

void org.sleuthkit.autopsy.timeline.actions.SaveSnapshotAsReport.createReport ( TimeLineController  controller,
String  reportName,
Date  generationDate,
BufferedImage  snapshot 
)
private

Member Data Documentation

final Case org.sleuthkit.autopsy.timeline.actions.SaveSnapshotAsReport.currentCase
private

Definition at line 63 of file SaveSnapshotAsReport.java.

final Logger org.sleuthkit.autopsy.timeline.actions.SaveSnapshotAsReport.LOGGER = Logger.getLogger(SaveSnapshotAsReport.class.getName())
staticprivate

Definition at line 59 of file SaveSnapshotAsReport.java.

final ButtonType org.sleuthkit.autopsy.timeline.actions.SaveSnapshotAsReport.OK = new ButtonType(ButtonType.OK.getText(), ButtonBar.ButtonData.CANCEL_CLOSE)
staticprivate

Definition at line 61 of file SaveSnapshotAsReport.java.

final Image org.sleuthkit.autopsy.timeline.actions.SaveSnapshotAsReport.SNAP_SHOT = new Image("org/sleuthkit/autopsy/timeline/images/image.png", 16, 16, true, true)
staticprivate

Definition at line 60 of file SaveSnapshotAsReport.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.