Sleuth Kit Java Bindings (JNI)
4.6.0
Java bindings for using The Sleuth Kit
|
Public Member Functions | |
long | getCreatedTime () |
long | getId () |
String | getPath () |
String | getReportName () |
String | getSourceModuleName () |
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.
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.
String org.sleuthkit.datamodel.Report.getPath | ( | ) |
Get the absolute local path to the report.
Definition at line 62 of file Report.java.
String org.sleuthkit.datamodel.Report.getReportName | ( | ) |
Get the report name, if any.
Definition at line 90 of file Report.java.
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.
Copyright © 2011-2018 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.