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

Public Member Functions

String getName ()
 
ContentStreamProvider load ()
 

Detailed Description

Interface that modules can implement to provide their own The Sleuth Kit ContentProvider implementations

Definition at line 27 of file AutopsyContentProvider.java.

Member Function Documentation

String org.sleuthkit.autopsy.casemodule.AutopsyContentProvider.getName ( )

Returns the uniquely identifying name of this FileContentProvider. This name will be stored in the .AUT file and used for lookup when the case is opened.

Returns
The unique name.
ContentStreamProvider org.sleuthkit.autopsy.casemodule.AutopsyContentProvider.load ( )

Attempts to create a ContentProvider given the specified args. Returns null if arguments are invalid for this custom content provider.

Parameters
argsThe key value pair of arguments loaded from the .aut xml file.
Returns
The created content provider or null if arguments are invalid.

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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Feb 6 2024
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.