Autopsy  4.5.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.contentviewers.SQLiteTableRowFactory Class Reference

Inherits ChildFactory< Integer >.

Public Member Functions

 SQLiteTableRowFactory (List< Map< String, Object >> rows)
 

Protected Member Functions

boolean createKeys (List< Integer > keys)
 
Node createNodeForKey (Integer key)
 

Private Attributes

final List< Map< String, Object > > rows
 

Detailed Description

Definition at line 31 of file SQLiteTableRowFactory.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.contentviewers.SQLiteTableRowFactory.SQLiteTableRowFactory ( List< Map< String, Object >>  rows)

Member Function Documentation

boolean org.sleuthkit.autopsy.contentviewers.SQLiteTableRowFactory.createKeys ( List< Integer >  keys)
protected

Definition at line 40 of file SQLiteTableRowFactory.java.

Node org.sleuthkit.autopsy.contentviewers.SQLiteTableRowFactory.createNodeForKey ( Integer  key)
protected

Definition at line 50 of file SQLiteTableRowFactory.java.

Member Data Documentation

final List<Map<String, Object> > org.sleuthkit.autopsy.contentviewers.SQLiteTableRowFactory.rows
private

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

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