Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails Class Reference

Inherited by org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentAttachmentDetails, and org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentDownloadDetails.

Public Member Functions

String getDateAsString ()
 
String getPath ()
 

Private Attributes

final long date
 
final String path
 

Detailed Description

General data model object for files object.

Definition at line 335 of file RecentFilesSummary.java.

Member Function Documentation

String org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getDateAsString ( )

Returns the formatted date because the JTablePanel render assumes only string data.

Returns
Formatted date time.

Definition at line 357 of file RecentFilesSummary.java.

String org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getPath ( )

Member Data Documentation

final long org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.date
private

Definition at line 338 of file RecentFilesSummary.java.

final String org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.path
private

The documentation for this class was generated from the following file:

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.