Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentAttachmentDetails, and org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentDownloadDetails.
Public Member Functions | |
BlackboardArtifact | getArtifact () |
Long | getDateAsLong () |
String | getDateAsString () |
String | getPath () |
Private Attributes | |
final BlackboardArtifact | artifact |
final long | date |
final String | path |
General data model object for files object.
Definition at line 305 of file RecentFilesSummary.java.
BlackboardArtifact org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getArtifact | ( | ) |
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().
Long org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getDateAsLong | ( | ) |
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().
String org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getDateAsString | ( | ) |
Returns the formatted date because the JTablePanel render assumes only string data.
Definition at line 330 of file RecentFilesSummary.java.
String org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getPath | ( | ) |
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().
|
private |
Definition at line 309 of file RecentFilesSummary.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getArtifact().
|
private |
Definition at line 308 of file RecentFilesSummary.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getDateAsLong().
|
private |
Definition at line 307 of file RecentFilesSummary.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getPath().
Copyright © 2012-2022 Basis Technology. Generated on: Fri Mar 24 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.