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

Inherits FilterNode.

Classes

enum  SelectionContext
 
class  SlackFileFilterChildren
 

Public Member Functions

 SlackFileFilterNode (Node arg, SelectionContext context)
 

Static Public Member Functions

static SelectionContext getSelectionContext (Node n)
 

Private Member Functions

 SlackFileFilterNode (Node arg, boolean filter)
 

Static Private Attributes

static boolean filterFromDataSources = UserPreferences.hideSlackFilesInDataSourcesTree()
 
static boolean filterFromViews = UserPreferences.hideSlackFilesInViewsTree()
 

Detailed Description

A Filter Node responsible for conditionally filtering out Nodes that represent slack files.

Filters known files IF the option to Filter Slack files for the given SelectionContext is set. Otherwise, does nothing.

Definition at line 38 of file SlackFileFilterNode.java.

Constructor & Destructor Documentation

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

Create a SlackFileFilterNode from the given Node. Note that the Node should be from the directory tree.

Parameters
arg
context

Definition at line 93 of file SlackFileFilterNode.java.

Referenced by org.sleuthkit.autopsy.datamodel.SlackFileFilterNode.SlackFileFilterChildren.createNodes().

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

Definition at line 97 of file SlackFileFilterNode.java.

Member Function Documentation

static SelectionContext org.sleuthkit.autopsy.datamodel.SlackFileFilterNode.getSelectionContext ( Node  n)
static

Member Data Documentation

boolean org.sleuthkit.autopsy.datamodel.SlackFileFilterNode.filterFromDataSources = UserPreferences.hideSlackFilesInDataSourcesTree()
staticprivate
boolean org.sleuthkit.autopsy.datamodel.SlackFileFilterNode.filterFromViews = UserPreferences.hideSlackFilesInViewsTree()
staticprivate

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.