Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.ParentPathAttribute Class Reference

Inherits org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.AttributeType.

Public Member Functions

void addAttributeToResults (List< Result > results, SleuthkitCase caseDb, CentralRepository centralRepoDb) throws DiscoveryException
 
DiscoveryKeyUtils.GroupKey getGroupKey (Result file)
 

Detailed Description

Attribute for grouping/sorting by parent path.

Definition at line 103 of file DiscoveryAttributes.java.

Member Function Documentation

void org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.AttributeType.addAttributeToResults ( List< Result results,
SleuthkitCase  caseDb,
CentralRepository  centralRepoDb 
) throws DiscoveryException
inherited

Add any extra data to the ResultFile object from this attribute.

Parameters
resultsThe list of results to enhance.
caseDbThe case database.
centralRepoDbThe central repository database. Can be null if not needed.
Exceptions
DiscoveryException

Definition at line 84 of file DiscoveryAttributes.java.

DiscoveryKeyUtils.GroupKey org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.ParentPathAttribute.getGroupKey ( Result  file)

Definition at line 106 of file DiscoveryAttributes.java.


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

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