Package org.sleuthkit.autopsy.modules.hashdatabase

Examples of org.sleuthkit.autopsy.modules.hashdatabase.HashDbSearchAction.search()


    @Override
    public void actionPerformed(ActionEvent e) {
        //HashSearchProvider searcher = Lookup.getDefault().lookup(HashSearchProvider.class);
        //TODO: HashDBSearchAction needs a public constructor and a service registration annotation for the above technique to work
        HashDbSearchAction searcher = HashDbSearchAction.getDefault();
        searcher.search(contentNode);
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.