Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.directorytree.HashSearchAction Class Reference

Inherits AbstractAction.

Public Member Functions

 HashSearchAction (String title, Node contentNode)
 
void actionPerformed (ActionEvent e)
 

Private Attributes

final Node contentNode
 

Detailed Description

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.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.directorytree.HashSearchAction.HashSearchAction ( String  title,
Node  contentNode 
)

Member Function Documentation

void org.sleuthkit.autopsy.directorytree.HashSearchAction.actionPerformed ( ActionEvent  e)

Member Data Documentation

final Node org.sleuthkit.autopsy.directorytree.HashSearchAction.contentNode
private

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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Jan 2 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.