Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.
Public Member Functions | |
BlackboardArtifact | getArtifact () |
Long | getDateAsLong () |
String | getDateAsString () |
String | getPath () |
String | getWebDomain () |
Private Attributes | |
final String | webDomain |
Data model for recently downloaded files.
Definition at line 363 of file RecentFilesSummary.java.
|
inherited |
Definition at line 355 of file RecentFilesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.artifact.
Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.getPopupFunct().
|
inherited |
Returns the date as the seconds from java epoch.
Definition at line 339 of file RecentFilesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.date.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentAttachmentDetails.equals().
|
inherited |
Returns the formatted date because the JTablePanel render assumes only string data.
Definition at line 330 of file RecentFilesSummary.java.
|
inherited |
Returns the file path.
Definition at line 348 of file RecentFilesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.path.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentAttachmentDetails.equals(), and org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.getPopupFunct().
String org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentDownloadDetails.getWebDomain | ( | ) |
Returns the web domain.
Definition at line 386 of file RecentFilesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentDownloadDetails.webDomain.
|
private |
Definition at line 365 of file RecentFilesSummary.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentDownloadDetails.getWebDomain().
Copyright © 2012-2022 Basis Technology. Generated on: Sun Mar 26 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.