|
Autopsy
4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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) |
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.
| org.sleuthkit.autopsy.timeline.actions.SaveSnapshotAsReport.SaveSnapshotAsReport | ( | TimeLineController | controller, |
| Supplier< Node > | nodeSupplier | ||
| ) |
Constructor
| controller | The controller for this timeline action |
| nodeSupplier | The Supplier of the node to snapshot. |
Definition at line 94 of file SaveSnapshotAsReport.java.
References org.sleuthkit.autopsy.timeline.actions.SaveSnapshotAsReport.createReport(), org.sleuthkit.autopsy.coreutils.FileUtil.escapeFileName(), org.sleuthkit.autopsy.timeline.TimeLineController.getAutopsyCase(), org.sleuthkit.autopsy.casemodule.Case.getDisplayName(), and org.sleuthkit.autopsy.timeline.TimeLineController.getTopComponent().
|
private |
Definition at line 123 of file SaveSnapshotAsReport.java.
References org.sleuthkit.autopsy.casemodule.Case.addReport(), org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.error(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.timeline.TimeLineController.getEventsModel(), org.sleuthkit.autopsy.timeline.EventsModel.getModelParams(), org.sleuthkit.autopsy.casemodule.Case.getReportDirectory(), and org.sleuthkit.autopsy.timeline.TimeLineController.getTopComponent().
Referenced by org.sleuthkit.autopsy.timeline.actions.SaveSnapshotAsReport.SaveSnapshotAsReport().
|
private |
Definition at line 63 of file SaveSnapshotAsReport.java.
|
staticprivate |
Definition at line 59 of file SaveSnapshotAsReport.java.
|
staticprivate |
Definition at line 61 of file SaveSnapshotAsReport.java.
|
staticprivate |
Definition at line 60 of file SaveSnapshotAsReport.java.
Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.