Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
org.sleuthkit.autopsy.keywordsearch.Ingester.GetContentFieldsV Class Reference

Inherits Default< Map< String, String > >.

Public Member Functions

Map< String, String > visit (File f)
 
Map< String, String > visit (DerivedFile df)
 
Map< String, String > visit (Directory d)
 
Map< String, String > visit (LayoutFile lf)
 
Map< String, String > visit (LocalFile lf)
 

Protected Member Functions

Map< String, String > defaultVisit (Content cntnt)
 

Private Member Functions

Map< String, String > getCommonFields (AbstractFile af)
 
Map< String, String > getCommonFileContentFields (Map< String, String > params, AbstractFile file)
 

Detailed Description

Visitor used to create param list to send to SOLR index.

Definition at line 177 of file Ingester.java.

Member Function Documentation

Map<String, String> org.sleuthkit.autopsy.keywordsearch.Ingester.GetContentFieldsV.defaultVisit ( Content  cntnt)
protected

Definition at line 180 of file Ingester.java.

Map<String, String> org.sleuthkit.autopsy.keywordsearch.Ingester.GetContentFieldsV.getCommonFields ( AbstractFile  af)
private
Map<String, String> org.sleuthkit.autopsy.keywordsearch.Ingester.GetContentFieldsV.getCommonFileContentFields ( Map< String, String >  params,
AbstractFile  file 
)
private
Map<String, String> org.sleuthkit.autopsy.keywordsearch.Ingester.GetContentFieldsV.visit ( File  f)
Map<String, String> org.sleuthkit.autopsy.keywordsearch.Ingester.GetContentFieldsV.visit ( DerivedFile  df)
Map<String, String> org.sleuthkit.autopsy.keywordsearch.Ingester.GetContentFieldsV.visit ( Directory  d)
Map<String, String> org.sleuthkit.autopsy.keywordsearch.Ingester.GetContentFieldsV.visit ( LayoutFile  lf)
Map<String, String> org.sleuthkit.autopsy.keywordsearch.Ingester.GetContentFieldsV.visit ( LocalFile  lf)

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

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