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

Public Member Functions

String getCases ()
 
String getDataSources ()
 
int getInstanceCount ()
 
Collection< AbstractCommonAttributeInstancegetInstances ()
 
String getValue ()
 

Private Attributes

final List< AbstractCommonAttributeInstancefileInstances
 
final String value
 

Detailed Description

Defines a value that was in the common file search results as well as information about its instances.

Definition at line 34 of file CommonAttributeValue.java.

Member Function Documentation

String org.sleuthkit.autopsy.commonfilesearch.CommonAttributeValue.getCases ( )

concatenate cases this value was seen into a single string

Returns

Definition at line 53 of file CommonAttributeValue.java.

Referenced by org.sleuthkit.autopsy.commonfilesearch.CommonAttributeValueNode.CommonAttributeValueNode().

String org.sleuthkit.autopsy.commonfilesearch.CommonAttributeValue.getDataSources ( )
int org.sleuthkit.autopsy.commonfilesearch.CommonAttributeValue.getInstanceCount ( )
Collection<AbstractCommonAttributeInstance> org.sleuthkit.autopsy.commonfilesearch.CommonAttributeValue.getInstances ( )

Definition at line 70 of file CommonAttributeValue.java.

String org.sleuthkit.autopsy.commonfilesearch.CommonAttributeValue.getValue ( )

Member Data Documentation

final List<AbstractCommonAttributeInstance> org.sleuthkit.autopsy.commonfilesearch.CommonAttributeValue.fileInstances
private

Definition at line 37 of file CommonAttributeValue.java.

final String org.sleuthkit.autopsy.commonfilesearch.CommonAttributeValue.value
private

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

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