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

Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.

Public Member Functions

 DataSourceGrouping (DataSource dataSource)
 
boolean equals (Object obj)
 
int hashCode ()
 

Private Attributes

final DataSource dataSource
 

Detailed Description

A top level UI grouping of Files, Views, Results, Tags for 'Group by Data Source' view of the tree.

Definition at line 29 of file DataSourceGrouping.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.DataSourceGrouping.DataSourceGrouping ( DataSource  dataSource)

Member Function Documentation

boolean org.sleuthkit.autopsy.datamodel.DataSourceGrouping.equals ( Object  obj)
int org.sleuthkit.autopsy.datamodel.DataSourceGrouping.hashCode ( )

Definition at line 60 of file DataSourceGrouping.java.

Member Data Documentation

final DataSource org.sleuthkit.autopsy.datamodel.DataSourceGrouping.dataSource
private

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.