Sleuth Kit Java Bindings (JNI)
4.5.0
Java bindings for using The Sleuth Kit
|
Public Member Functions | |
long | getCreatedTime () |
long | getId () |
String | getPath () |
String | getReportName () |
String | getSourceModuleName () |
Private Attributes | |
final long | createdTime |
long | id = ID_NOT_SET |
final String | path |
final String | reportName |
final String | sourceModuleName |
This is a data transfer object (DTO) class that models reports.
Definition at line 24 of file Report.java.
long org.sleuthkit.datamodel.Report.getCreatedTime | ( | ) |
Get the creation date of the report.
Definition at line 71 of file Report.java.
References org.sleuthkit.datamodel.Report.createdTime.
long org.sleuthkit.datamodel.Report.getId | ( | ) |
Get the primary key of the associated row in the case database. Only needed by code updating the reports table.
Definition at line 55 of file Report.java.
References org.sleuthkit.datamodel.Report.id.
String org.sleuthkit.datamodel.Report.getPath | ( | ) |
Get the absolute local path to the report.
Definition at line 62 of file Report.java.
References org.sleuthkit.datamodel.Report.path.
String org.sleuthkit.datamodel.Report.getReportName | ( | ) |
Get the report name, if any.
Definition at line 90 of file Report.java.
References org.sleuthkit.datamodel.Report.reportName.
String org.sleuthkit.datamodel.Report.getSourceModuleName | ( | ) |
Get the name of the module (e.g., ingest module, reporting module) that generated the report.
Definition at line 81 of file Report.java.
References org.sleuthkit.datamodel.Report.sourceModuleName.
|
private |
Definition at line 29 of file Report.java.
Referenced by org.sleuthkit.datamodel.Report.getCreatedTime().
|
private |
Definition at line 27 of file Report.java.
Referenced by org.sleuthkit.datamodel.Report.getId().
|
private |
Definition at line 28 of file Report.java.
Referenced by org.sleuthkit.datamodel.Report.getPath().
|
private |
Definition at line 31 of file Report.java.
Referenced by org.sleuthkit.datamodel.Report.getReportName().
|
private |
Definition at line 30 of file Report.java.
Referenced by org.sleuthkit.datamodel.Report.getSourceModuleName().
Copyright © 2011-2015 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.