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

Inherits Detachable< Content >.

Classes

class  FileTypeChildFactoryObserver
 

Protected Member Functions

void addNotify ()
 
boolean createKeys (List< Content > list)
 
Node createNodeForKey (Content key)
 
void removeNotify ()
 

Static Private Member Functions

static String createQuery (FileTypeExtensionFilters.SearchFilterInterface filter)
 

Private Attributes

final FileTypeExtensionFilters.SearchFilterInterface filter
 
Observable notifier
 
final Observer observer = new FileTypeChildFactoryObserver()
 
final SleuthkitCase skCase
 

Static Private Attributes

static final Logger logger = Logger.getLogger(FileTypeChildFactory.class.getName())
 

Detailed Description

Child node factory for a specific file type - does the database query.

Definition at line 149 of file FileTypeNode.java.

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.FileTypeNode.FileTypeChildFactory.addNotify ( )
protected
boolean org.sleuthkit.autopsy.datamodel.FileTypeNode.FileTypeChildFactory.createKeys ( List< Content >  list)
protected
Node org.sleuthkit.autopsy.datamodel.FileTypeNode.FileTypeChildFactory.createNodeForKey ( Content  key)
protected

Definition at line 243 of file FileTypeNode.java.

static String org.sleuthkit.autopsy.datamodel.FileTypeNode.FileTypeChildFactory.createQuery ( FileTypeExtensionFilters.SearchFilterInterface  filter)
staticprivate
void org.sleuthkit.autopsy.datamodel.FileTypeNode.FileTypeChildFactory.removeNotify ( )
protected

Member Data Documentation

final FileTypeExtensionFilters.SearchFilterInterface org.sleuthkit.autopsy.datamodel.FileTypeNode.FileTypeChildFactory.filter
private
final Logger org.sleuthkit.autopsy.datamodel.FileTypeNode.FileTypeChildFactory.logger = Logger.getLogger(FileTypeChildFactory.class.getName())
staticprivate

Definition at line 153 of file FileTypeNode.java.

Observable org.sleuthkit.autopsy.datamodel.FileTypeNode.FileTypeChildFactory.notifier
private

Definition at line 154 of file FileTypeNode.java.

final Observer org.sleuthkit.autopsy.datamodel.FileTypeNode.FileTypeChildFactory.observer = new FileTypeChildFactoryObserver()
private
final SleuthkitCase org.sleuthkit.autopsy.datamodel.FileTypeNode.FileTypeChildFactory.skCase
private

Definition at line 151 of file FileTypeNode.java.


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.