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

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
 

Detailed Description

Settings for the HTML report module.

Definition at line 29 of file PortableCaseReportModuleSettings.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.PortableCaseReportModuleSettings ( )

Member Function Documentation

boolean org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.areAllSetsSelected ( )
boolean org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.areAllTagsSelected ( )
ChunkSize org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.getChunkSize ( )
List<String> org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.getSelectedSetNames ( )
List<TagName> org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.getSelectedTagNames ( )
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.

Returns
A serialization version number.

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 ( )
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)
Parameters
allSetsSelectedthe 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)
Parameters
allTagsSelectedthe 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)
boolean org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.shouldCompress ( )
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.

Member Data Documentation

boolean org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.allSetsSelected
private
boolean org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.allTagsSelected
private
ChunkSize org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.chunkSize
private
boolean org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.compress
private
final long org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.serialVersionUID = 1L
staticprivate
final List<String> org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.setNames = new ArrayList<>()
private
boolean org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.shouldIncludeApplication
private
final List<TagName> org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.tagNames = new ArrayList<>()
private

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

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