Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProgress Class Reference

Public Member Functions

void progress (int workUnits)
 
void progress (String message)
 
void progress (String currentTask, int workUnits)
 
void switchToDeterminate (int workUnits)
 
void switchToIndeterminate ()
 

Private Attributes

final IngestJobExecutor ingestJobExecutor
 

Detailed Description

Used by data source ingest modules to report progress.

Definition at line 24 of file DataSourceIngestModuleProgress.java.

Member Function Documentation

void org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProgress.progress ( int  workUnits)
void org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProgress.progress ( String  message)

Updates the sub-title on the progress bar

Parameters
messageMessage to display

Definition at line 67 of file DataSourceIngestModuleProgress.java.

void org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProgress.progress ( String  currentTask,
int  workUnits 
)

Updates the progress bar with a new task name and the number of work units performed, if in the determinate mode.

Parameters
currentTaskThe task name.
workUnitsNumber of work units performed so far by the module.

Definition at line 78 of file DataSourceIngestModuleProgress.java.

void org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProgress.switchToDeterminate ( int  workUnits)
void org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProgress.switchToIndeterminate ( )

Member Data Documentation

final IngestJobExecutor org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProgress.ingestJobExecutor
private

Definition at line 26 of file DataSourceIngestModuleProgress.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.