19 package org.sleuthkit.autopsy.ingest;
 
   41         ingestJobExecutor.switchDataSourceIngestProgressBarToDeterminate(workUnits);
 
   49         ingestJobExecutor.switchDataSourceIngestProgressBarToIndeterminate();
 
   59         ingestJobExecutor.updateDataSourceIngestProgressBar(
"", workUnits);
 
   68         ingestJobExecutor.updateDataSourceIngestProgressBarText(message);
 
   78     public void progress(String currentTask, 
int workUnits) {
 
   79         ingestJobExecutor.updateDataSourceIngestProgressBar(currentTask, workUnits);
 
void switchToIndeterminate()
final IngestJobExecutor ingestJobExecutor
void progress(String currentTask, int workUnits)
void switchToDeterminate(int workUnits)
void progress(String message)
void progress(int workUnits)