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

Public Member Functions

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

Private Attributes

final List< AbstractCommonAttributeInstancefileInstances
 
final Map< String, Integer > fileNames = new HashMap<>()
 
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 37 of file CommonAttributeValue.java.

Member Function Documentation

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

concatenate cases this value was seen into a single string

Returns

Definition at line 74 of file CommonAttributeValue.java.

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

Set<String> org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeValue.getDataSources ( )

Get the set of data sources names this value exists in

Returns
a set of data source names

Definition at line 83 of file CommonAttributeValue.java.

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

int org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeValue.getInstanceCount ( )

How many distinct file instances exist for the value represented by this object?

Returns
number of instances

Definition at line 128 of file CommonAttributeValue.java.

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

Collection<AbstractCommonAttributeInstance> org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeValue.getInstances ( )

Definition at line 118 of file CommonAttributeValue.java.

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

Member Data Documentation

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

Definition at line 40 of file CommonAttributeValue.java.

final Map<String, Integer> org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeValue.fileNames = new HashMap<>()
private

Definition at line 41 of file CommonAttributeValue.java.

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

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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.