Package org.sleuthkit.autopsy.ingest

Examples of org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.display()


                    NbBundle.getMessage(this.getClass(), "DirectoryTreeFilterNode.action.runIngestMods.text")) {
                        @Override
                        public void actionPerformed(ActionEvent e) {
                            final RunIngestModulesDialog ingestDialog = new RunIngestModulesDialog();
                            ingestDialog.setDataSources(Collections.<Content>singletonList(content));
                            ingestDialog.display();
                        }
                    });
        }

        //check if delete actions should be added
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.