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

Inherits org.sleuthkit.autopsy.filequery.FileSearch.GroupKey.

Public Member Functions

int compareTo (GroupKey otherGroupKey)
 
boolean equals (Object otherKey)
 
int hashCode ()
 
String toString ()
 

Private Member Functions

void setParentPathAndID (Content parent, ResultFile file)
 

Private Attributes

Long parentID
 
String parentPath
 

Detailed Description

Key representing a parent path group

Definition at line 1025 of file FileSearch.java.

Member Function Documentation

int org.sleuthkit.autopsy.filequery.FileSearch.ParentPathGroupKey.compareTo ( GroupKey  otherGroupKey)

Definition at line 1080 of file FileSearch.java.

boolean org.sleuthkit.autopsy.filequery.FileSearch.ParentPathGroupKey.equals ( Object  otherKey)

Definition at line 1094 of file FileSearch.java.

int org.sleuthkit.autopsy.filequery.FileSearch.ParentPathGroupKey.hashCode ( )

Definition at line 1108 of file FileSearch.java.

void org.sleuthkit.autopsy.filequery.FileSearch.ParentPathGroupKey.setParentPathAndID ( Content  parent,
ResultFile  file 
)
private

Helper method to set the parent path and parent ID.

Parameters
parentThe parent content object.
fileThe ResultFile object.

Definition at line 1054 of file FileSearch.java.

String org.sleuthkit.autopsy.filequery.FileSearch.GroupKey.toString ( )
inherited

Definition at line 938 of file FileSearch.java.

Member Data Documentation

Long org.sleuthkit.autopsy.filequery.FileSearch.ParentPathGroupKey.parentID
private

Definition at line 1028 of file FileSearch.java.

String org.sleuthkit.autopsy.filequery.FileSearch.ParentPathGroupKey.parentPath
private

Definition at line 1027 of file FileSearch.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.