Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Configuration parameters for general report modules
Definition at line 28 of file GeneralReportSettings.java.
String org.sleuthkit.autopsy.report.GeneralReportSettings.getReportDirectoryPath | ( | ) |
Returns the directory that the report file should be saved in.
Definition at line 54 of file GeneralReportSettings.java.
References org.sleuthkit.autopsy.report.GeneralReportSettings.reportDirectoryPath.
Referenced by org.sleuthkit.autopsy.report.modules.stix.STIXReportModule.generateReport(), org.sleuthkit.autopsy.report.modules.caseuco.CaseUcoReportModule.generateReport(), and org.sleuthkit.autopsy.report.modules.kml.KMLReport.generateReport().
List<Long> org.sleuthkit.autopsy.report.GeneralReportSettings.getSelectedDataSources | ( | ) |
Returns the selected data sources
Definition at line 38 of file GeneralReportSettings.java.
References org.sleuthkit.autopsy.report.GeneralReportSettings.selectedDataSources.
Referenced by org.sleuthkit.autopsy.report.modules.caseuco.CaseUcoReportModule.generateReport(), org.sleuthkit.autopsy.report.modules.kml.KMLReport.generateReport(), and org.sleuthkit.autopsy.report.modules.kml.KMLReport.shouldFilterFromReport().
void org.sleuthkit.autopsy.report.GeneralReportSettings.setReportDirectoryPath | ( | String | reportDirectoryPath | ) |
Sets the directory that the report file should be saved in.
reportDirectoryPath | Path 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 | ) |
Sets the selected data sources
selectedDataSources | List of data source ids |
Definition at line 46 of file GeneralReportSettings.java.
References org.sleuthkit.autopsy.report.GeneralReportSettings.selectedDataSources.
Referenced by org.sleuthkit.autopsy.report.modules.kml.KMLReport.generateReport(), and org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.saveReportingConfiguration().
|
private |
Definition at line 32 of file GeneralReportSettings.java.
Referenced by org.sleuthkit.autopsy.report.GeneralReportSettings.getReportDirectoryPath(), and org.sleuthkit.autopsy.report.GeneralReportSettings.setReportDirectoryPath().
|
private |
Definition at line 31 of file GeneralReportSettings.java.
Referenced by org.sleuthkit.autopsy.report.GeneralReportSettings.getSelectedDataSources(), and org.sleuthkit.autopsy.report.GeneralReportSettings.setSelectedDataSources().
|
staticprivate |
Definition at line 29 of file GeneralReportSettings.java.
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.