Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.modules.hashdatabase.AddContentToHashDbAction.AddContentToHashDbMenu Class Reference

Inherits JMenu.

Private Member Functions

void addExistingHashDatabases (Collection< AbstractFile > selectedFiles)
 
void addFilesToHashSet (final Collection<?extends AbstractFile > files, HashDb hashSet)
 
void setTextBasedOnNumberOfSelections (int numberOfFilesSelected, String singleSelection, String multiSelection)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Definition at line 115 of file AddContentToHashDbAction.java.

Member Function Documentation

void org.sleuthkit.autopsy.modules.hashdatabase.AddContentToHashDbAction.AddContentToHashDbMenu.addExistingHashDatabases ( Collection< AbstractFile >  selectedFiles)
private
void org.sleuthkit.autopsy.modules.hashdatabase.AddContentToHashDbAction.AddContentToHashDbMenu.addFilesToHashSet ( final Collection<?extends AbstractFile >  files,
HashDb  hashSet 
)
private
void org.sleuthkit.autopsy.modules.hashdatabase.AddContentToHashDbAction.AddContentToHashDbMenu.setTextBasedOnNumberOfSelections ( int  numberOfFilesSelected,
String  singleSelection,
String  multiSelection 
)
private

Determines which (2) display text should be set given the number of files selected.

Parameters
numberOfFilesSelectedNumber of currently selected files
multiSelectionText to display with multiple selections
singleSelectionText to display with single selection

Definition at line 220 of file AddContentToHashDbAction.java.

Member Data Documentation

final long org.sleuthkit.autopsy.modules.hashdatabase.AddContentToHashDbAction.AddContentToHashDbMenu.serialVersionUID = 1L
staticprivate

Definition at line 117 of file AddContentToHashDbAction.java.


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.