Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
AttributeEventDescription (long time, String shortDescription, String medDescription, String fullDescription) | |
String | getFullDescription () |
String | getMedDescription () |
String | getShortDescription () |
long | getTime () |
Private Attributes | |
final String | fullDescription |
final String | medDescription |
final String | shortDescription |
final long | time |
bundles the per event information derived from a BlackBoard Artifact into one object. Primarily used to have a single return value for ArtifactEventType::buildEventDescription(ArtifactEventType, BlackboardArtifact).
Definition at line 108 of file ArtifactEventType.java.
org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.AttributeEventDescription | ( | long | time, |
String | shortDescription, | ||
String | medDescription, | ||
String | fullDescription | ||
) |
Definition at line 134 of file ArtifactEventType.java.
References org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.fullDescription, org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.medDescription, org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.shortDescription, and org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.time.
String org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.getFullDescription | ( | ) |
Definition at line 124 of file ArtifactEventType.java.
String org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.getMedDescription | ( | ) |
Definition at line 120 of file ArtifactEventType.java.
String org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.getShortDescription | ( | ) |
Definition at line 116 of file ArtifactEventType.java.
long org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.getTime | ( | ) |
Definition at line 112 of file ArtifactEventType.java.
References org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.time.
|
private |
Definition at line 132 of file ArtifactEventType.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.AttributeEventDescription(), and org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.getFullDescription().
|
private |
Definition at line 130 of file ArtifactEventType.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.AttributeEventDescription(), and org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.getMedDescription().
|
private |
Definition at line 128 of file ArtifactEventType.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.AttributeEventDescription(), and org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.getShortDescription().
|
private |
Definition at line 110 of file ArtifactEventType.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.AttributeEventDescription(), and org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.getTime().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.