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

Inherits Detachable< Long >, and Observer.

Public Member Functions

void update (Observable o, Object arg)
 

Protected Member Functions

void addNotify ()
 
boolean createKeys (List< Long > list)
 
Node createNodeForKey (Long id)
 
void removeNotify ()
 

Private Member Functions

 HitFactory (String hashsetName)
 

Private Attributes

String hashsetName
 

Detailed Description

Creates the nodes for the hits in a given set.

Definition at line 358 of file HashsetHits.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.HitFactory ( String  hashsetName)
private

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.addNotify ( )
protected

Definition at line 368 of file HashsetHits.java.

boolean org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.createKeys ( List< Long >  list)
protected

Definition at line 378 of file HashsetHits.java.

Node org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.createNodeForKey ( Long  id)
protected

Definition at line 384 of file HashsetHits.java.

void org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.removeNotify ( )
protected

Definition at line 373 of file HashsetHits.java.

void org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.update ( Observable  o,
Object  arg 
)

Definition at line 399 of file HashsetHits.java.

Member Data Documentation

String org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.hashsetName
private

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

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