Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
List< BlackboardArtifact > | getArtifactList () |
int | getCount () |
String | getDate () |
Private Attributes | |
final List< BlackboardArtifact > | artifactList = new ArrayList<>() |
final String | date |
A wrapper to hold all the information that is associated with an item in the first column of the mini timeline view.
Definition at line 30 of file MiniTimelineResult.java.
List<BlackboardArtifact> org.sleuthkit.autopsy.discovery.search.MiniTimelineResult.getArtifactList | ( | ) |
Get the list of artifacts that were observed for the date specified in this object.
Definition at line 72 of file MiniTimelineResult.java.
int org.sleuthkit.autopsy.discovery.search.MiniTimelineResult.getCount | ( | ) |
Get the number of artifacts observed on the specified date.
Definition at line 61 of file MiniTimelineResult.java.
String org.sleuthkit.autopsy.discovery.search.MiniTimelineResult.getDate | ( | ) |
Get the date the artifacts were observed.
Definition at line 52 of file MiniTimelineResult.java.
References org.sleuthkit.autopsy.discovery.search.MiniTimelineResult.date.
|
private |
Definition at line 33 of file MiniTimelineResult.java.
|
private |
Definition at line 32 of file MiniTimelineResult.java.
Referenced by org.sleuthkit.autopsy.discovery.search.MiniTimelineResult.getDate().
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.