Autopsy  4.13.0
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 isValid ()
 
void setAllSetsSelected (boolean allSetsSelected)
 
void setAllTagsSelected (boolean allTagsSelected)
 
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<>()
 
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 98 of file PortableCaseReportModuleSettings.java.

References org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.serialVersionUID.

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

Definition at line 117 of file PortableCaseReportModuleSettings.java.

void org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.setAllSetsSelected ( boolean  allSetsSelected)
Parameters
allSetsSelectedthe allSetsSelected to set

Definition at line 155 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 148 of file PortableCaseReportModuleSettings.java.

References org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.allTagsSelected.

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 102 of file PortableCaseReportModuleSettings.java.

void org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings.updateTagNames ( List< TagName >  tagNames)

Definition at line 107 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
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-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.