Go to the documentation of this file.
19package org.sleuthkit.autopsy.datasourceprocessors;
21import java.nio.file.Path;
22import java.util.ArrayList;
24import javax.annotation.concurrent.ThreadSafe;
25import org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorCallback.DataSourceProcessorResult;
26import org.sleuthkit.datamodel.Content;
65 this.resultCode = result;
67 this.content =
new ArrayList<>(
content);
79 return new ArrayList<>(
content);
AutoIngestDataSource(String deviceId, Path path, String password)
synchronized List< String > getDataSourceProcessorErrorMessages()
synchronized List< Content > getContent()
AutoIngestDataSource(String deviceId, Path path)
DataSourceProcessorResult resultCode
synchronized DataSourceProcessorResult getResultDataSourceProcessorResultCode()
List< String > errorMessages
synchronized void setDataSourceProcessorOutput(DataSourceProcessorResult result, List< String > errorMessages, List< Content > content)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.