Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.keywordsearch.multicase.MultiCaseKeywordSearchNode.OpenCaseAction Class Reference

Inherits AbstractAction.

Public Member Functions

void actionPerformed (ActionEvent e)
 
Object clone () throws CloneNotSupportedException
 

Static Private Member Functions

static String findAutFile (String caseDirectory) throws CaseActionException
 

Private Attributes

final String caseDirPath
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Action to open the case associated with the selected node.

Definition at line 223 of file MultiCaseKeywordSearchNode.java.

Member Function Documentation

void org.sleuthkit.autopsy.keywordsearch.multicase.MultiCaseKeywordSearchNode.OpenCaseAction.actionPerformed ( ActionEvent  e)
Object org.sleuthkit.autopsy.keywordsearch.multicase.MultiCaseKeywordSearchNode.OpenCaseAction.clone ( ) throws CloneNotSupportedException

Definition at line 287 of file MultiCaseKeywordSearchNode.java.

static String org.sleuthkit.autopsy.keywordsearch.multicase.MultiCaseKeywordSearchNode.OpenCaseAction.findAutFile ( String  caseDirectory) throws CaseActionException
staticprivate

Finds the path to the .aut file for the specified case directory.

Parameters
caseDirectorythe directory to check for a .aut file
Returns
the path to the first .aut file found in the directory
Exceptions
CaseActionExceptionif there was an issue finding a .aut file

Definition at line 237 of file MultiCaseKeywordSearchNode.java.

Member Data Documentation

final String org.sleuthkit.autopsy.keywordsearch.multicase.MultiCaseKeywordSearchNode.OpenCaseAction.caseDirPath
private

Definition at line 226 of file MultiCaseKeywordSearchNode.java.

final long org.sleuthkit.autopsy.keywordsearch.multicase.MultiCaseKeywordSearchNode.OpenCaseAction.serialVersionUID = 1L
staticprivate

Definition at line 225 of file MultiCaseKeywordSearchNode.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.