Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
String | getCases () |
Set< String > | getDataSources () |
int | getInstanceCount () |
Collection< AbstractCommonAttributeInstance > | getInstances () |
String | getValue () |
Private Attributes | |
final List< AbstractCommonAttributeInstance > | fileInstances |
final Map< String, Integer > | fileNames = new HashMap<>() |
final String | value |
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.
String org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeValue.getCases | ( | ) |
concatenate cases this value was seen into a single string
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
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?
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 | ( | ) |
Definition at line 48 of file CommonAttributeValue.java.
References org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeValue.value.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeValueNode.CommonAttributeValueNode(), org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeCaseSearchResults.createTreeForCase(), and org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeCaseSearchResults.getValuesToKeepFromCurrentCase().
|
private |
Definition at line 40 of file CommonAttributeValue.java.
|
private |
Definition at line 41 of file CommonAttributeValue.java.
|
private |
Definition at line 39 of file CommonAttributeValue.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeValue.getValue().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.