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

Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.

Classes

class  HitFactory
 
class  InterestingResults
 
class  RootNode
 
class  SetNameFactory
 
class  SetNameNode
 

Public Member Functions

 InterestingHits (SleuthkitCase skCase)
 

Private Attributes

final InterestingResults interestingResults = new InterestingResults()
 
SleuthkitCase skCase
 

Static Private Attributes

static final String DISPLAY_NAME = NbBundle.getMessage(InterestingHits.class, "InterestingHits.displayName.text")
 
static final String INTERESTING_ITEMS
 
static final Logger logger = Logger.getLogger(InterestingHits.class.getName())
 

Detailed Description

Definition at line 52 of file InterestingHits.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingHits ( SleuthkitCase  skCase)

Member Data Documentation

final String org.sleuthkit.autopsy.datamodel.InterestingHits.DISPLAY_NAME = NbBundle.getMessage(InterestingHits.class, "InterestingHits.displayName.text")
staticprivate

Definition at line 56 of file InterestingHits.java.

final String org.sleuthkit.autopsy.datamodel.InterestingHits.INTERESTING_ITEMS
staticprivate
Initial value:
= NbBundle
.getMessage(InterestingHits.class, "InterestingHits.interestingItems.text")

Definition at line 54 of file InterestingHits.java.

final InterestingResults org.sleuthkit.autopsy.datamodel.InterestingHits.interestingResults = new InterestingResults()
private

Definition at line 59 of file InterestingHits.java.

final Logger org.sleuthkit.autopsy.datamodel.InterestingHits.logger = Logger.getLogger(InterestingHits.class.getName())
staticprivate

Definition at line 57 of file InterestingHits.java.

SleuthkitCase org.sleuthkit.autopsy.datamodel.InterestingHits.skCase
private

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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.