Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | List of all members
org.sleuthkit.autopsy.casemodule.RecentCases.RecentCase Class Reference

Public Member Functions

int hashCode ()
 
boolean equals (Object obj)
 

Private Member Functions

 RecentCase (String name, String path)
 

Detailed Description

Definition at line 145 of file RecentCases.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.RecentCases.RecentCase.RecentCase ( String  name,
String  path 
)
private
Parameters
nameThe case name or "" if a blank placeholder case
pathA normalized path (via FileUtil.normalizePath(path)) or "" if a blank placeholder case

Definition at line 153 of file RecentCases.java.

Referenced by org.sleuthkit.autopsy.casemodule.RecentCases.RecentCase.equals().

Member Function Documentation

boolean org.sleuthkit.autopsy.casemodule.RecentCases.RecentCase.equals ( Object  obj)
int org.sleuthkit.autopsy.casemodule.RecentCases.RecentCase.hashCode ( )

Definition at line 179 of file RecentCases.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.