Autopsy
4.17.0
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 () |
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 323 of file RecentFilesSummary.java.
BlackboardArtifact org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getArtifact | ( | ) |
Definition at line 373 of file RecentFilesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.artifact.
Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.getPopupFunct().
String org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getDateAsString | ( | ) |
Returns the formatted date because the JTablePanel render assumes only string data.
Definition at line 348 of file RecentFilesSummary.java.
String org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getPath | ( | ) |
Returns the file path.
Definition at line 366 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 327 of file RecentFilesSummary.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getArtifact().
|
private |
Definition at line 326 of file RecentFilesSummary.java.
|
private |
Definition at line 325 of file RecentFilesSummary.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getPath().
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.