Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.report.GeneralReportSettings Class Reference

Inherits Serializable.

Public Member Functions

String getReportDirectoryPath ()
 
List< Long > getSelectedDataSources ()
 
void setReportDirectoryPath (String reportDirectoryPath)
 
void setSelectedDataSources (List< Long > selectedDataSources)
 

Private Attributes

String reportDirectoryPath
 
List< Long > selectedDataSources
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Configuration parameters for general report modules

Definition at line 28 of file GeneralReportSettings.java.

Member Function Documentation

String org.sleuthkit.autopsy.report.GeneralReportSettings.getReportDirectoryPath ( )
List<Long> org.sleuthkit.autopsy.report.GeneralReportSettings.getSelectedDataSources ( )
void org.sleuthkit.autopsy.report.GeneralReportSettings.setReportDirectoryPath ( String  reportDirectoryPath)

Sets the directory that the report file should be saved in.

Parameters
reportDirectoryPathPath to report directory

Definition at line 62 of file GeneralReportSettings.java.

References org.sleuthkit.autopsy.report.GeneralReportSettings.reportDirectoryPath.

Referenced by org.sleuthkit.autopsy.report.modules.kml.KMLReport.generateReport().

void org.sleuthkit.autopsy.report.GeneralReportSettings.setSelectedDataSources ( List< Long >  selectedDataSources)

Member Data Documentation

String org.sleuthkit.autopsy.report.GeneralReportSettings.reportDirectoryPath
private
List<Long> org.sleuthkit.autopsy.report.GeneralReportSettings.selectedDataSources
private
final long org.sleuthkit.autopsy.report.GeneralReportSettings.serialVersionUID = 1L
staticprivate

Definition at line 29 of file GeneralReportSettings.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.