|
Autopsy
4.22.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
| static Map< AutoIngestDataSourceProcessor, Integer > | getDataSourceProcessorForFile (Path dataSourcePath, Collection<?extends AutoIngestDataSourceProcessor > processorCandidates) throws AutoIngestDataSourceProcessorException |
| static Map< AutoIngestDataSourceProcessor, Integer > | getDataSourceProcessorForFile (Path dataSourcePath, String password, Collection<?extends AutoIngestDataSourceProcessor > processorCandidates) throws AutoIngestDataSourceProcessorException |
| static List< AutoIngestDataSourceProcessor > | getOrderedListOfDataSourceProcessors (Path dataSourcePath) throws AutoIngestDataSourceProcessorException |
| static List< AutoIngestDataSourceProcessor > | getOrderedListOfDataSourceProcessors (Path dataSourcePath, String password) throws AutoIngestDataSourceProcessorException |
| static List< AutoIngestDataSourceProcessor > | getOrderedListOfDataSourceProcessors (Path dataSourcePath, Collection<?extends AutoIngestDataSourceProcessor > processorCandidates) throws AutoIngestDataSourceProcessorException |
| static List< AutoIngestDataSourceProcessor > | getOrderedListOfDataSourceProcessors (Path dataSourcePath, String password, Collection<?extends AutoIngestDataSourceProcessor > processorCandidates) throws AutoIngestDataSourceProcessorException |
| static List< AutoIngestDataSourceProcessor > | orderDataSourceProcessorsByConfidence (Map< AutoIngestDataSourceProcessor, Integer > validDataSourceProcessorsMap) |
Private Member Functions | |
| DataSourceProcessorUtility () | |
A utility class to find Data Source Processors
Definition at line 33 of file DataSourceProcessorUtility.java.
|
private |
Definition at line 35 of file DataSourceProcessorUtility.java.
|
static |
A utility method to find all Data Source Processors (DSP) that are able to process the input data source. Only the DSPs that implement AutoIngestDataSourceProcessor interface are used.
| dataSourcePath | Full path to the data source |
| processorCandidates | Possible DSPs that can handle the data source |
Definition at line 51 of file DataSourceProcessorUtility.java.
Referenced by org.sleuthkit.autopsy.datasourceprocessors.DataSourceProcessorUtility.getOrderedListOfDataSourceProcessors().
|
static |
A utility method to find all Data Source Processors (DSP) that are able to process the input data source. Only the DSPs that implement AutoIngestDataSourceProcessor interface are used.
| dataSourcePath | Full path to the data source |
| password | The password to decrypt the data source. |
| processorCandidates | Possible DSPs that can handle the data source |
Definition at line 69 of file DataSourceProcessorUtility.java.
|
static |
A utility method to find all Data Source Processors (DSP) that are able to process the input data source. Only the DSPs that implement AutoIngestDataSourceProcessor interface are used. Returns ordered list of data source processors. DSPs are ordered in descending order from highest confidence to lowest.
| dataSourcePath | Full path to the data source |
Definition at line 96 of file DataSourceProcessorUtility.java.
Referenced by org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.addDataSourcesToCase(), org.sleuthkit.autopsy.datasourceprocessors.DataSourceProcessorUtility.getOrderedListOfDataSourceProcessors(), and org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.runDataSourceProcessor().
|
static |
A utility method to find all Data Source Processors (DSP) that are able to process the input data source. Only the DSPs that implement AutoIngestDataSourceProcessor interface are used. Returns ordered list of data source processors. DSPs are ordered in descending order from highest confidence to lowest.
| dataSourcePath | Full path to the data source |
| password | The password to decrypt the data source. |
Definition at line 116 of file DataSourceProcessorUtility.java.
References org.sleuthkit.autopsy.datasourceprocessors.DataSourceProcessorUtility.getOrderedListOfDataSourceProcessors().
|
static |
A utility method to find all Data Source Processors (DSP) that are able to process the input data source. Only the DSPs that implement AutoIngestDataSourceProcessor interface are used. Returns ordered list of data source processors. DSPs are ordered in descending order from highest confidence to lowest.
| dataSourcePath | Full path to the data source |
| processorCandidates | Collection of AutoIngestDataSourceProcessor objects to use |
Definition at line 138 of file DataSourceProcessorUtility.java.
References org.sleuthkit.autopsy.datasourceprocessors.DataSourceProcessorUtility.getOrderedListOfDataSourceProcessors().
|
static |
A utility method to find all Data Source Processors (DSP) that are able to process the input data source. Only the DSPs that implement AutoIngestDataSourceProcessor interface are used. Returns ordered list of data source processors. DSPs are ordered in descending order from highest confidence to lowest.
| dataSourcePath | Full path to the data source |
| password | The password to decrypt the data source. |
| processorCandidates | Collection of AutoIngestDataSourceProcessor objects to use |
Definition at line 159 of file DataSourceProcessorUtility.java.
References org.sleuthkit.autopsy.datasourceprocessors.DataSourceProcessorUtility.getDataSourceProcessorForFile(), and org.sleuthkit.autopsy.datasourceprocessors.DataSourceProcessorUtility.orderDataSourceProcessorsByConfidence().
|
static |
A utility method to get an ordered list of data source processors. DSPs are ordered in descending order from highest confidence to lowest.
| validDataSourceProcessorsMap | Hash map of all DSPs that can process the data source along with their confidence score |
Definition at line 173 of file DataSourceProcessorUtility.java.
Referenced by org.sleuthkit.autopsy.datasourceprocessors.DataSourceProcessorUtility.getOrderedListOfDataSourceProcessors().
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.