Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
A callback for the data source processor that captures the content objects for the data source and unblocks the ingest thread.
Definition at line 332 of file VMExtractorIngestModule.java.
|
private |
Constructs a callback for the data source processor.
vmFile | The virtual machine file to be added as a data source. |
Definition at line 342 of file VMExtractorIngestModule.java.
|
inherited |
Called by a data source processor when it is done adding a data source to the case database, this method adds a task to call the doneEDT method to the EDT task queue.
IMPORTANT: Concrete implementations of DataSourceProcessorCallback should override this method if the callback SHOULD NOT be done in the EDT.
result | Result code. |
errList | List of error messages, possibly empty. |
newDataSources | A list of the data sources added, empty if critical errors occurred or processing was successfully cancelled. |
Definition at line 69 of file DataSourceProcessorCallback.java.
References org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorCallback.doneEDT().
Referenced by org.sleuthkit.autopsy.casemodule.LocalFilesDSProcessor.run().
void org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceCallback.done | ( | DataSourceProcessorCallback.DataSourceProcessorResult | result, |
List< String > | errList, | ||
List< Content > | content | ||
) |
Definition at line 348 of file VMExtractorIngestModule.java.
void org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceCallback.doneEDT | ( | DataSourceProcessorResult | result, |
List< String > | errList, | ||
List< Content > | newContents | ||
) |
Definition at line 375 of file VMExtractorIngestModule.java.
|
private |
Definition at line 335 of file VMExtractorIngestModule.java.
|
private |
Definition at line 334 of file VMExtractorIngestModule.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.