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

Inherits org.sleuthkit.autopsy.ingest.FileIngestModule.

Public Member Functions

IngestModule.ProcessResult process (AbstractFile file)
 
void shutDown ()
 
void startUp (IngestJobContext context) throws IngestModuleException
 

Private Attributes

final String displayName
 
final FileIngestModule module
 

Detailed Description

This class decorates a file level ingest module with a display name.

Definition at line 177 of file FileIngestPipeline.java.

Member Function Documentation

IngestModule.ProcessResult org.sleuthkit.autopsy.ingest.FileIngestPipeline.PipelineModule.process ( AbstractFile  file)
void org.sleuthkit.autopsy.ingest.FileIngestPipeline.PipelineModule.shutDown ( )
void org.sleuthkit.autopsy.ingest.FileIngestPipeline.PipelineModule.startUp ( IngestJobContext  context) throws IngestModuleException

Member Data Documentation

final String org.sleuthkit.autopsy.ingest.FileIngestPipeline.PipelineModule.displayName
private

Definition at line 180 of file FileIngestPipeline.java.

final FileIngestModule org.sleuthkit.autopsy.ingest.FileIngestPipeline.PipelineModule.module
private

Definition at line 179 of file FileIngestPipeline.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.