Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceCallback Class Reference

Inherits org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorCallback.

Public Member Functions

void done (DataSourceProcessorResult result, List< String > errList, List< Content > newDataSources)
 
void done (DataSourceProcessorCallback.DataSourceProcessorResult result, List< String > errList, List< Content > content)
 
void doneEDT (DataSourceProcessorResult result, List< String > errList, List< Content > newContents)
 

Private Member Functions

 AddDataSourceCallback (Path vmFile)
 

Private Attributes

final List< Content > vmDataSources
 
final Path vmFile
 

Detailed Description

A callback for the data source processor that captures the content objects for the data source and unblocks the ingest thread.

Definition at line 374 of file VMExtractorIngestModule.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceCallback.AddDataSourceCallback ( Path  vmFile)
private

Constructs a callback for the data source processor.

Parameters
vmFileThe virtual machine file to be added as a data source.

Definition at line 384 of file VMExtractorIngestModule.java.

Member Function Documentation

void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorCallback.done ( DataSourceProcessorResult  result,
List< String >  errList,
List< Content >  newDataSources 
)
inherited
void org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceCallback.done ( DataSourceProcessorCallback.DataSourceProcessorResult  result,
List< String >  errList,
List< Content >  content 
)
void org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceCallback.doneEDT ( DataSourceProcessorResult  result,
List< String >  errList,
List< Content >  newContents 
)

Definition at line 417 of file VMExtractorIngestModule.java.

Member Data Documentation

final List<Content> org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceCallback.vmDataSources
private

Definition at line 377 of file VMExtractorIngestModule.java.

final Path org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceCallback.vmFile
private

Definition at line 376 of file VMExtractorIngestModule.java.


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

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