Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datasourceprocessors.AutoIngestDataSource Class Reference

Public Member Functions

 AutoIngestDataSource (String deviceId, Path path)
 
synchronized List< Content > getContent ()
 
synchronized List< String > getDataSourceProcessorErrorMessages ()
 
String getDeviceId ()
 
Path getPath ()
 
synchronized DataSourceProcessorResult getResultDataSourceProcessorResultCode ()
 
synchronized void setDataSourceProcessorOutput (DataSourceProcessorResult result, List< String > errorMessages, List< Content > content)
 

Private Attributes

List< Content > content
 
final String deviceId
 
List< String > errorMessages
 
final Path path
 
DataSourceProcessorResult resultCode
 

Detailed Description

Definition at line 29 of file AutoIngestDataSource.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourceprocessors.AutoIngestDataSource.AutoIngestDataSource ( String  deviceId,
Path  path 
)

Member Function Documentation

synchronized List<Content> org.sleuthkit.autopsy.datasourceprocessors.AutoIngestDataSource.getContent ( )
synchronized List<String> org.sleuthkit.autopsy.datasourceprocessors.AutoIngestDataSource.getDataSourceProcessorErrorMessages ( )
String org.sleuthkit.autopsy.datasourceprocessors.AutoIngestDataSource.getDeviceId ( )
Path org.sleuthkit.autopsy.datasourceprocessors.AutoIngestDataSource.getPath ( )
synchronized DataSourceProcessorResult org.sleuthkit.autopsy.datasourceprocessors.AutoIngestDataSource.getResultDataSourceProcessorResultCode ( )
synchronized void org.sleuthkit.autopsy.datasourceprocessors.AutoIngestDataSource.setDataSourceProcessorOutput ( DataSourceProcessorResult  result,
List< String >  errorMessages,
List< Content >  content 
)

Member Data Documentation

List<Content> org.sleuthkit.autopsy.datasourceprocessors.AutoIngestDataSource.content
private
final String org.sleuthkit.autopsy.datasourceprocessors.AutoIngestDataSource.deviceId
private
List<String> org.sleuthkit.autopsy.datasourceprocessors.AutoIngestDataSource.errorMessages
private
final Path org.sleuthkit.autopsy.datasourceprocessors.AutoIngestDataSource.path
private
DataSourceProcessorResult org.sleuthkit.autopsy.datasourceprocessors.AutoIngestDataSource.resultCode
private

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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.