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

Static Public Member Functions

static String getDecoratedTagDisplayName (TagName tagName)
 

Private Member Functions

 TagUtils ()
 

Static Private Attributes

static final Logger logger = Logger.getLogger(TagUtils.class.getName())
 

Detailed Description

Utility methods for Tags.

Definition at line 35 of file TagUtils.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.tags.TagUtils.TagUtils ( )
private

Definition at line 39 of file TagUtils.java.

Member Function Documentation

static String org.sleuthkit.autopsy.tags.TagUtils.getDecoratedTagDisplayName ( TagName  tagName)
static

Returns a decorated name for the TagName that includes, if available, the TagName's TagSet name and notability.

If an exception is throw while trying to retrieve the TagName's TagSet the TagSet name will not be included.

Parameters
tagNameThe TagName value generate name for.
Returns
The decorated name for the TagName or the TagName display name value if an exception occurred.

Definition at line 55 of file TagUtils.java.

References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.Case.getServices(), org.sleuthkit.autopsy.casemodule.services.TagsManager.getTagSet(), and org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager().

Referenced by org.sleuthkit.autopsy.datamodel.Tags.TagNameNodeFactory.createKeys(), org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.display(), org.sleuthkit.autopsy.report.modules.taggedhashes.SaveTaggedHashesToHashDbConfigPanel.TagsNamesListCellRenderer.getListCellRendererComponent(), org.sleuthkit.autopsy.datamodel.Tags.TagNameNode.TagNameNode(), and org.sleuthkit.autopsy.datamodel.Tags.TagNameNode.updateDisplayName().

Member Data Documentation

final Logger org.sleuthkit.autopsy.tags.TagUtils.logger = Logger.getLogger(TagUtils.class.getName())
staticprivate

Definition at line 37 of file TagUtils.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.