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

Inherits Observable, and Observer.

Public Member Functions

void update (Observable o, Object arg)
 

Protected Member Functions

void addNotify ()
 
void finalize () throws Throwable
 
void removeNotify ()
 

Private Attributes

final Set< Long > malwareHits = new HashSet<>()
 
final PropertyChangeListener pcl
 
final PropertyChangeListener weakPcl = WeakListeners.propertyChange(pcl, null)
 

Detailed Description

Stores all of the malware results in a single class that is observable for the child nodes

Definition at line 99 of file MalwareHits.java.

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.MalwareHits.MalwareResults.addNotify ( )
protected
void org.sleuthkit.autopsy.datamodel.MalwareHits.MalwareResults.finalize ( ) throws Throwable
protected
void org.sleuthkit.autopsy.datamodel.MalwareHits.MalwareResults.removeNotify ( )
protected
void org.sleuthkit.autopsy.datamodel.MalwareHits.MalwareResults.update ( Observable  o,
Object  arg 
)

Definition at line 226 of file MalwareHits.java.

Member Data Documentation

final Set<Long> org.sleuthkit.autopsy.datamodel.MalwareHits.MalwareResults.malwareHits = new HashSet<>()
private

Definition at line 103 of file MalwareHits.java.

final PropertyChangeListener org.sleuthkit.autopsy.datamodel.MalwareHits.MalwareResults.pcl
private

Definition at line 152 of file MalwareHits.java.

final PropertyChangeListener org.sleuthkit.autopsy.datamodel.MalwareHits.MalwareResults.weakPcl = WeakListeners.propertyChange(pcl, null)
private

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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Feb 6 2024
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.