Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public 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 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 ButtonType OPEN = new ButtonType(Bundle.OpenReportAction_DisplayName(), ButtonBar.ButtonData.NO)
 
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 62 of file SaveSnapshotAsReport.java.

Constructor & Destructor Documentation

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

Member Data Documentation

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

Definition at line 69 of file SaveSnapshotAsReport.java.

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

Definition at line 64 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 67 of file SaveSnapshotAsReport.java.

final ButtonType org.sleuthkit.autopsy.timeline.actions.SaveSnapshotAsReport.OPEN = new ButtonType(Bundle.OpenReportAction_DisplayName(), ButtonBar.ButtonData.NO)
staticprivate

Definition at line 66 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 65 of file SaveSnapshotAsReport.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.