Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.modules.leappanalyzers.LeappFileProcessor.ParseExceptionFunction Interface Reference

Public Member Functions

BlackboardAttribute apply (String orig) throws ParseException, NumberFormatException
 

Detailed Description

Handles converting a string to a blackboard attribute.

Definition at line 1019 of file LeappFileProcessor.java.

Member Function Documentation

BlackboardAttribute org.sleuthkit.autopsy.modules.leappanalyzers.LeappFileProcessor.ParseExceptionFunction.apply ( String  orig) throws ParseException, NumberFormatException

Handles converting a string value to a blackboard attribute.

Parameters
origThe original string value.
Returns
The generated blackboard attribute.
Exceptions
ParseException
NumberFormatException

Referenced by org.sleuthkit.autopsy.modules.leappanalyzers.LeappFileProcessor.parseAttrValue().


The documentation for this interface 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.