Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.
Public Member Functions | |
void | setIndeterminate (boolean indeterminate) |
void | setIndeterminate (final boolean indeterminate) |
void | setProgress (int progress) |
void | setProgress (final int progress) |
default void | setProgressMax (final int max) |
void | setProgressText (String text) |
void | setProgressText (final String text) |
A data source processor progress monitor does nothing. There is currently no mechanism for showing or recording data source processor progress during an ingest job.
Definition at line 528 of file CommandLineIngestManager.java.
|
inherited |
Identify if progress will be indeterminate or not
indeterminate | true if progress bar should not show steps |
void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.DoNothingDSPProgressMonitor.setIndeterminate | ( | final boolean | indeterminate | ) |
Does nothing.
indeterminate |
Definition at line 536 of file CommandLineIngestManager.java.
|
inherited |
Increment the progress bar if it is determinate
progress | How much progress has happened. Must be smaller than value passed to setProgressMax() |
void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.DoNothingDSPProgressMonitor.setProgress | ( | final int | progress | ) |
|
inherited |
Maximum value for a determinate progress bar.
max | Max value that will be used |
Implemented in org.sleuthkit.autopsy.casemodule.AddImageWizardAddingProgressPanel.DSPProgressMonitorImpl.
Definition at line 45 of file DataSourceProcessorProgressMonitor.java.
|
inherited |
Set the text to be displayed to the user.
text | Text to display |
Referenced by org.sleuthkit.autopsy.casemodule.AddImageTask.ProgressUpdater.run().
void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.DoNothingDSPProgressMonitor.setProgressText | ( | final String | text | ) |
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.