Autopsy
4.7.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 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) |
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.
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 93 of file SaveSnapshotAsReport.java.
References org.sleuthkit.autopsy.casemodule.Case.addReport(), org.sleuthkit.autopsy.coreutils.FileUtil.escapeFileName(), org.sleuthkit.autopsy.timeline.TimeLineController.getAutopsyCase(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.Case.getDisplayName(), org.sleuthkit.autopsy.timeline.TimeLineController.getEventsModel(), org.sleuthkit.autopsy.casemodule.Case.getReportDirectory(), org.sleuthkit.autopsy.timeline.datamodel.FilteredEventsModel.getZoomParamaters(), and org.sleuthkit.autopsy.timeline.PromptDialogManager.setDialogIcons().
|
private |
Definition at line 69 of file SaveSnapshotAsReport.java.
|
staticprivate |
Definition at line 64 of file SaveSnapshotAsReport.java.
|
staticprivate |
Definition at line 67 of file SaveSnapshotAsReport.java.
|
staticprivate |
Definition at line 66 of file SaveSnapshotAsReport.java.
|
staticprivate |
Definition at line 65 of file SaveSnapshotAsReport.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.