|
Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.report.ReportModuleSettings.
Classes | |
| enum | ChunkSize |
Public Member Functions | |
| PortableCaseReportModuleSettings () | |
| boolean | areAllSetsSelected () |
| boolean | areAllTagsSelected () |
| ChunkSize | getChunkSize () |
| List< String > | getSelectedSetNames () |
| List< TagName > | getSelectedTagNames () |
| long | getVersionNumber () |
| boolean | includeApplication () |
| boolean | isValid () |
| void | setAllSetsSelected (boolean allSetsSelected) |
| void | setAllTagsSelected (boolean allTagsSelected) |
| void | setIncludeApplication (boolean includeApplication) |
| boolean | shouldCompress () |
| void | updateCompression (boolean compress, ChunkSize chunkSize) |
| void | updateSetNames (List< String > setNames) |
| void | updateTagNames (List< TagName > tagNames) |
Private Attributes | |
| boolean | allSetsSelected |
| boolean | allTagsSelected |
| ChunkSize | chunkSize |
| boolean | compress |
| final List< String > | setNames = new ArrayList<>() |
| boolean | shouldIncludeApplication |
| final List< TagName > | tagNames = new ArrayList<>() |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
Settings for the HTML report module.
Definition at line 29 of file PortableCaseReportModuleSettings.java.
| org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.PortableCaseReportModuleSettings | ( | ) |
Definition at line 81 of file PortableCaseReportModuleSettings.java.
References org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.ChunkSize.NONE.
| boolean org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.areAllSetsSelected | ( | ) |
Definition at line 142 of file PortableCaseReportModuleSettings.java.
References org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.allSetsSelected.
Referenced by org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.generateReport().
| boolean org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.areAllTagsSelected | ( | ) |
Definition at line 138 of file PortableCaseReportModuleSettings.java.
References org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.allTagsSelected.
Referenced by org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.generateReport().
| ChunkSize org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.getChunkSize | ( | ) |
Definition at line 134 of file PortableCaseReportModuleSettings.java.
References org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.chunkSize.
Referenced by org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.compressCase().
| List<String> org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.getSelectedSetNames | ( | ) |
Definition at line 122 of file PortableCaseReportModuleSettings.java.
References org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.setNames.
Referenced by org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.generateReport().
| List<TagName> org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.getSelectedTagNames | ( | ) |
Definition at line 126 of file PortableCaseReportModuleSettings.java.
References org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.tagNames.
Referenced by org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.generateReport().
| long org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.getVersionNumber | ( | ) |
Returns the version number of the settings object. The version number should be a private final static long per the documentation of the Serializable interface.
Implements org.sleuthkit.autopsy.report.ReportModuleSettings.
Definition at line 99 of file PortableCaseReportModuleSettings.java.
References org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.serialVersionUID.
| boolean org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.includeApplication | ( | ) |
Definition at line 146 of file PortableCaseReportModuleSettings.java.
References org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.shouldIncludeApplication.
Referenced by org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.generateReport(), and org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.setIncludeApplication().
| boolean org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.isValid | ( | ) |
Definition at line 118 of file PortableCaseReportModuleSettings.java.
| void org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.setAllSetsSelected | ( | boolean | allSetsSelected | ) |
| allSetsSelected | the allSetsSelected to set |
Definition at line 160 of file PortableCaseReportModuleSettings.java.
References org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.allSetsSelected.
| void org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.setAllTagsSelected | ( | boolean | allTagsSelected | ) |
| allTagsSelected | the allTagsSelected to set |
Definition at line 153 of file PortableCaseReportModuleSettings.java.
References org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.allTagsSelected.
| void org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.setIncludeApplication | ( | boolean | includeApplication | ) |
Definition at line 164 of file PortableCaseReportModuleSettings.java.
References org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.includeApplication().
| boolean org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.shouldCompress | ( | ) |
Definition at line 130 of file PortableCaseReportModuleSettings.java.
References org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.compress.
Referenced by org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.generateReport().
| void org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.updateCompression | ( | boolean | compress, |
| ChunkSize | chunkSize | ||
| ) |
| void org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.updateSetNames | ( | List< String > | setNames | ) |
Definition at line 103 of file PortableCaseReportModuleSettings.java.
| void org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.updateTagNames | ( | List< TagName > | tagNames | ) |
Definition at line 108 of file PortableCaseReportModuleSettings.java.
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
Definition at line 31 of file PortableCaseReportModuleSettings.java.
Referenced by org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.getVersionNumber().
|
private |
Definition at line 34 of file PortableCaseReportModuleSettings.java.
Referenced by org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.getSelectedSetNames().
|
private |
Definition at line 39 of file PortableCaseReportModuleSettings.java.
Referenced by org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.includeApplication().
|
private |
Definition at line 33 of file PortableCaseReportModuleSettings.java.
Referenced by org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.getSelectedTagNames().
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.