Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractAction.
Public Member Functions | |
HashSearchAction (String title, Node contentNode) | |
void | actionPerformed (ActionEvent e) |
Private Attributes | |
final Node | contentNode |
Action to lookup the interface and call the real action in HashDatabase. The real action, HashDbSearchAction, implements HashSearchProvider, and should be the only instance of it.
//TODO: HashDBSearchAction needs a public constructor and a service registration annotation for the lookup technique to work
Definition at line 36 of file HashSearchAction.java.
org.sleuthkit.autopsy.directorytree.HashSearchAction.HashSearchAction | ( | String | title, |
Node | contentNode | ||
) |
Definition at line 40 of file HashSearchAction.java.
References org.sleuthkit.autopsy.directorytree.HashSearchAction.contentNode.
void org.sleuthkit.autopsy.directorytree.HashSearchAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 46 of file HashSearchAction.java.
References org.sleuthkit.autopsy.modules.hashdatabase.HashDbSearchAction.getDefault(), and org.sleuthkit.autopsy.modules.hashdatabase.HashDbSearchAction.search().
|
private |
Definition at line 38 of file HashSearchAction.java.
Referenced by org.sleuthkit.autopsy.directorytree.HashSearchAction.HashSearchAction().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.