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

Inherits Children.

Protected Member Functions

Node[] createNodes (Node arg)
 

Private Member Functions

 SlackFileFilterChildren (Node arg, boolean filter)
 
 SlackFileFilterChildren (Node arg, SlackFileFilterNode.SelectionContext context)
 

Private Attributes

boolean filter
 

Detailed Description

Complementary class to SlackFileFilterNode.

Filters out children Nodes that represent slack files. Otherwise, returns the original node wrapped in another instance of the SlackFileFilterNode.

Author
jwallace

Definition at line 128 of file SlackFileFilterNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.SlackFileFilterNode.SlackFileFilterChildren.SlackFileFilterChildren ( Node  arg,
boolean  filter 
)
private

Constructor used when the context has already been determined.

Parameters
arg
filter

Definition at line 141 of file SlackFileFilterNode.java.

References org.sleuthkit.autopsy.datamodel.SlackFileFilterNode.SlackFileFilterChildren.filter.

org.sleuthkit.autopsy.datamodel.SlackFileFilterNode.SlackFileFilterChildren.SlackFileFilterChildren ( Node  arg,
SlackFileFilterNode.SelectionContext  context 
)
private

Constructor used when the context has not been determined.

Parameters
arg
context

Definition at line 152 of file SlackFileFilterNode.java.

References org.sleuthkit.autopsy.datamodel.SlackFileFilterNode.filterFromDataSources, and org.sleuthkit.autopsy.datamodel.SlackFileFilterNode.filterFromViews.

Member Function Documentation

Node [] org.sleuthkit.autopsy.datamodel.SlackFileFilterNode.SlackFileFilterChildren.createNodes ( Node  arg)
protected

Member Data Documentation

boolean org.sleuthkit.autopsy.datamodel.SlackFileFilterNode.SlackFileFilterChildren.filter
private

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

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