Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PopulateInstancesListEvent Class Reference

Public Member Functions

 PopulateInstancesListEvent (List< AbstractFile > files)
 
List< AbstractFile > getInstances ()
 

Private Attributes

final List< AbstractFile > instances
 

Detailed Description

Event to signal that the Instances list should be populated.

Definition at line 95 of file DiscoveryEventUtils.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PopulateInstancesListEvent.PopulateInstancesListEvent ( List< AbstractFile >  files)

Construct a new PopulateInstancesListEvent.

Definition at line 102 of file DiscoveryEventUtils.java.

Member Function Documentation

List<AbstractFile> org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PopulateInstancesListEvent.getInstances ( )

Get the list of AbstractFiles for the instances list.

Returns
The list of AbstractFiles for the instances list.

Definition at line 111 of file DiscoveryEventUtils.java.

Member Data Documentation

final List<AbstractFile> org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PopulateInstancesListEvent.instances
private

Definition at line 97 of file DiscoveryEventUtils.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.