Autopsy  3.1
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

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

Private Attributes

final FileIngestModule module
 
final String displayName
 

Detailed Description

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

Definition at line 167 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 170 of file FileIngestPipeline.java.

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

Definition at line 169 of file FileIngestPipeline.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.