Autopsy
4.12.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 List< AutoIngestDataSourceProcessor > | getOrderedListOfDataSourceProcessors (Path dataSourcePath) throws AutoIngestDataSourceProcessorException |
static List< AutoIngestDataSourceProcessor > | getOrderedListOfDataSourceProcessors (Path dataSourcePath, 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. 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 78 of file DataSourceProcessorUtility.java.
Referenced by 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 |
processorCandidates | Collection of AutoIngestDataSourceProcessor objects to use |
Definition at line 100 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 114 of file DataSourceProcessorUtility.java.
Referenced by org.sleuthkit.autopsy.datasourceprocessors.DataSourceProcessorUtility.getOrderedListOfDataSourceProcessors().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.