Autopsy  3.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 ()
 
void removeNotify ()
 
boolean createKeys (List< Long > list)
 
Node createNodeForKey (Long id)
 

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 295 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 304 of file HashsetHits.java.

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

Definition at line 314 of file HashsetHits.java.

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

Definition at line 309 of file HashsetHits.java.

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

Definition at line 335 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-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.