Autopsy  4.16.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.FileSizeAttribute 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 result)
 

Detailed Description

Attribute for grouping/sorting by file size.

Definition at line 91 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
filesThe list of results to enhance.
caseDbThe case database.
centralRepoDbThe central repository database. Can be null if not needed.
Exceptions
DiscoveryException

Definition at line 83 of file DiscoveryAttributes.java.

DiscoveryKeyUtils.GroupKey org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.FileSizeAttribute.getGroupKey ( Result  result)

Definition at line 94 of file DiscoveryAttributes.java.


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

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