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

Inherits ChildFactory< String >.

Protected Member Functions

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

Private Attributes

final String BLACKBOARD_ARTIFACT_TAG_TYPE_NODE_KEY = NbBundle.getMessage(TagNameNode.class, "TagNameNode.bbArtTagTypeNodeKey.text")
 
final String CONTENT_TAG_TYPE_NODE_KEY = NbBundle.getMessage(TagNameNode.class, "TagNameNode.contentTagTypeNodeKey.text")
 
final TagName tagName
 

Detailed Description

Creates nodes for the two types of tags: file and artifact. Does not need observer / messages since it always has the same children

Definition at line 294 of file Tags.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.datamodel.Tags.TagTypeNodeFactory.createKeys ( List< String >  keys)
protected

Definition at line 306 of file Tags.java.

Node org.sleuthkit.autopsy.datamodel.Tags.TagTypeNodeFactory.createNodeForKey ( String  key)
protected

Definition at line 313 of file Tags.java.

References org.sleuthkit.autopsy.coreutils.Logger.getLogger().

Member Data Documentation

final String org.sleuthkit.autopsy.datamodel.Tags.TagTypeNodeFactory.BLACKBOARD_ARTIFACT_TAG_TYPE_NODE_KEY = NbBundle.getMessage(TagNameNode.class, "TagNameNode.bbArtTagTypeNodeKey.text")
private

Definition at line 298 of file Tags.java.

final String org.sleuthkit.autopsy.datamodel.Tags.TagTypeNodeFactory.CONTENT_TAG_TYPE_NODE_KEY = NbBundle.getMessage(TagNameNode.class, "TagNameNode.contentTagTypeNodeKey.text")
private

Definition at line 297 of file Tags.java.

final TagName org.sleuthkit.autopsy.datamodel.Tags.TagTypeNodeFactory.tagName
private

Definition at line 296 of file Tags.java.


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

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