Autopsy  4.6.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.contentviewers.PListRowFactory Class Reference

Inherits ChildFactory< Integer >.

Protected Member Functions

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

Private Attributes

final List< PropKeyValue > rows
 

Detailed Description

Factory class to create nodes for Plist table view

Definition at line 36 of file PListRowFactory.java.

Member Function Documentation

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

Creates keys

Parameters
keys
Returns
true

Definition at line 51 of file PListRowFactory.java.

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

Creates node for the given key

Parameters
key
Returns
node for the given key, null if the key is invalid or node doesn't exist

Definition at line 66 of file PListRowFactory.java.

Member Data Documentation

final List<PropKeyValue> org.sleuthkit.autopsy.contentviewers.PListRowFactory.rows
private

Definition at line 38 of file PListRowFactory.java.


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

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