Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Definition at line 115 of file AddContentToHashDbAction.java.
|
private |
Definition at line 178 of file AddContentToHashDbAction.java.
References org.sleuthkit.autopsy.modules.hashdatabase.AddContentToHashDbAction.actionPerformed(), org.sleuthkit.autopsy.modules.hashdatabase.AddContentToHashDbAction.AddContentToHashDbMenu.addFilesToHashSet(), org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.getInstance(), and org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.getUpdateableHashSets().
|
private |
Definition at line 229 of file AddContentToHashDbAction.java.
References org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDb.addHashes(), and org.sleuthkit.autopsy.coreutils.Logger.getLogger().
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.AddContentToHashDbAction.AddContentToHashDbMenu.addExistingHashDatabases().
|
private |
Determines which (2) display text should be set given the number of files selected.
numberOfFilesSelected | Number of currently selected files |
multiSelection | Text to display with multiple selections |
singleSelection | Text to display with single selection |
Definition at line 220 of file AddContentToHashDbAction.java.
|
staticprivate |
Definition at line 117 of file AddContentToHashDbAction.java.
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.