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.KnownFileFilterNode Class Reference

Inherits FilterNode.

Classes

class  KnownFileFilterChildren
 
enum  SelectionContext
 

Public Member Functions

 KnownFileFilterNode (Node arg, SelectionContext context)
 

Static Public Member Functions

static SelectionContext getSelectionContext (Node n)
 

Private Member Functions

 KnownFileFilterNode (Node arg, boolean filter)
 

Static Private Attributes

static boolean filterFromDataSources = UserPreferences.hideKnownFilesInDataSourcesTree()
 
static boolean filterFromViews = UserPreferences.hideKnownFilesInViewsTree()
 

Detailed Description

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

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

Author
jwallace

Definition at line 39 of file KnownFileFilterNode.java.

Constructor & Destructor Documentation

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

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

Parameters
arg
context

Definition at line 94 of file KnownFileFilterNode.java.

Referenced by org.sleuthkit.autopsy.datamodel.KnownFileFilterNode.KnownFileFilterChildren.createNodes().

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

Definition at line 98 of file KnownFileFilterNode.java.

Member Function Documentation

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

Member Data Documentation

boolean org.sleuthkit.autopsy.datamodel.KnownFileFilterNode.filterFromDataSources = UserPreferences.hideKnownFilesInDataSourcesTree()
staticprivate
boolean org.sleuthkit.autopsy.datamodel.KnownFileFilterNode.filterFromViews = UserPreferences.hideKnownFilesInViewsTree()
staticprivate

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.