Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.datasourcesummary.datamodel.TimelineSummary.DataSourceFilterFunction Interface Reference

Public Member Functions

RootFilter apply (DataSource dataSource) throws NoCurrentCaseException, TskCoreException
 

Detailed Description

A function for obtaining a Timeline RootFilter filtered to the specific data source.

Definition at line 57 of file TimelineSummary.java.

Member Function Documentation

RootFilter org.sleuthkit.autopsy.datasourcesummary.datamodel.TimelineSummary.DataSourceFilterFunction.apply ( DataSource  dataSource) throws NoCurrentCaseException, TskCoreException

Obtains a Timeline RootFilter filtered to the specific data source.

Parameters
dataSourceThe data source.
Returns
The timeline root filter.
Exceptions
NoCurrentCaseException
TskCoreException

Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.TimelineSummary.getTimelineEventsByDay().


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.