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

Public Member Functions

String getDataSourceName ()
 
Long getObjectId ()
 

Private Attributes

final String dataSourceName
 
final Long objectId
 

Detailed Description

Encapsulates data required to instantiate a FileInstanceNode.

Definition at line 25 of file FileInstanceMetadata.java.

Member Function Documentation

String org.sleuthkit.autopsy.commonfilesearch.FileInstanceMetadata.getDataSourceName ( )

Name of datasource where this instance was found.

Returns

Definition at line 56 of file FileInstanceMetadata.java.

References org.sleuthkit.autopsy.commonfilesearch.FileInstanceMetadata.dataSourceName.

Long org.sleuthkit.autopsy.commonfilesearch.FileInstanceMetadata.getObjectId ( )

obj_id for the file represented by this object

Returns

Definition at line 47 of file FileInstanceMetadata.java.

References org.sleuthkit.autopsy.commonfilesearch.FileInstanceMetadata.objectId.

Member Data Documentation

final String org.sleuthkit.autopsy.commonfilesearch.FileInstanceMetadata.dataSourceName
private
final Long org.sleuthkit.autopsy.commonfilesearch.FileInstanceMetadata.objectId
private

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

Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.