Autopsy
4.17.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 144 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 140 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 136 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 124 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 128 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 101 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 148 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 120 of file PortableCaseReportModuleSettings.java.
void org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.setAllSetsSelected | ( | boolean | allSetsSelected | ) |
allSetsSelected | the allSetsSelected to set |
Definition at line 162 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 155 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 166 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 132 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 105 of file PortableCaseReportModuleSettings.java.
void org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.updateTagNames | ( | List< TagName > | tagNames | ) |
Definition at line 110 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-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.