Autopsy  4.19.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.HostDataSources Class Reference

Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem, and Comparable< HostDataSources >.

Public Member Functions

int compareTo (HostDataSources o)
 
boolean equals (Object obj)
 
int hashCode ()
 

Private Attributes

final Host host
 

Detailed Description

A Host node only showing data sources (no results view, reports, etc.).

Definition at line 27 of file HostDataSources.java.

Member Function Documentation

int org.sleuthkit.autopsy.datamodel.HostDataSources.compareTo ( HostDataSources  o)

Definition at line 79 of file HostDataSources.java.

boolean org.sleuthkit.autopsy.datamodel.HostDataSources.equals ( Object  obj)

Definition at line 58 of file HostDataSources.java.

int org.sleuthkit.autopsy.datamodel.HostDataSources.hashCode ( )

Definition at line 53 of file HostDataSources.java.

Member Data Documentation

final Host org.sleuthkit.autopsy.datamodel.HostDataSources.host
private

Definition at line 29 of file HostDataSources.java.


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

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