Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.externalresults.ExternalResultsParser Interface Reference

Inherited by org.sleuthkit.autopsy.externalresults.ExternalResultsXMLParser.

Public Member Functions

ExternalResults parse ()
 
List< ErrorInfogetErrorInfo ()
 

Detailed Description

Interface for parsers that convert some representation of results data (e.g., artifacts, derived files, reports) generated by a process external to Autopsy into a form ready for import into Autopsy.

Definition at line 29 of file ExternalResultsParser.java.

Member Function Documentation

List<ErrorInfo> org.sleuthkit.autopsy.externalresults.ExternalResultsParser.getErrorInfo ( )

Gets error information describing any errors encountered while parsing the input results representation.

Returns
A collection of error messages, possibly empty. The error messages are already logged but are provided to allow the caller to provide additional user feedback via the Autopsy user interface.

Implemented in org.sleuthkit.autopsy.externalresults.ExternalResultsXMLParser.

ExternalResults org.sleuthkit.autopsy.externalresults.ExternalResultsParser.parse ( )

Converts some representation of results data generated by a process external to Autopsy and supplied to the parser via its constructor into a form ready for import into Autopsy.

Returns
External results data in a form ready for import into Autopsy.

Implemented in org.sleuthkit.autopsy.externalresults.ExternalResultsXMLParser.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.