Autopsy  4.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Static Private Member Functions | 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, Node node)
 

Static Private Member Functions

static void writeHTMLFile (String reportName, final Writer htmlWriter, ZoomParams zoomParams) throws IOException
 
static void writeTableRow (final Writer htmlWriter, final String key, final String value) throws IOException
 

Static Private Attributes

static final String HTML_EXT = ".html"
 
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 String REPORT_IMAGE_EXTENSION = ".png"
 
static final Image SNAP_SHOT = new Image("org/sleuthkit/autopsy/timeline/images/image.png", 16, 16, true, true)
 

Detailed Description

Save a snapshot of the given node as an autopsy report.

Definition at line 58 of file SaveSnapshotAsReport.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.actions.SaveSnapshotAsReport.SaveSnapshotAsReport ( TimeLineController  controller,
Node  node 
)

Member Function Documentation

static void org.sleuthkit.autopsy.timeline.actions.SaveSnapshotAsReport.writeHTMLFile ( String  reportName,
final Writer  htmlWriter,
ZoomParams  zoomParams 
) throws IOException
staticprivate
static void org.sleuthkit.autopsy.timeline.actions.SaveSnapshotAsReport.writeTableRow ( final Writer  htmlWriter,
final String  key,
final String  value 
) throws IOException
staticprivate
Parameters
htmlWriterthe value of htmlWriter
keythe value of Key
valuethe value of value
Exceptions
IOException

Definition at line 172 of file SaveSnapshotAsReport.java.

Referenced by org.sleuthkit.autopsy.timeline.actions.SaveSnapshotAsReport.writeHTMLFile().

Member Data Documentation

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

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

final String org.sleuthkit.autopsy.timeline.actions.SaveSnapshotAsReport.REPORT_IMAGE_EXTENSION = ".png"
staticprivate

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


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

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.