Inherits org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.
A do nothing data source processor progress monitor.
Definition at line 312 of file VMExtractorIngestModule.java.
void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setIndeterminate |
( |
boolean |
indeterminate | ) |
|
|
inherited |
Identify if progress will be indeterminate or not
- Parameters
-
indeterminate | true if progress bar should not show steps |
void org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceProgressMonitor.setIndeterminate |
( |
final boolean |
indeterminate | ) |
|
void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setProgress |
( |
int |
progress | ) |
|
|
inherited |
Increment the progress bar if it is determinate
- Parameters
-
progress | How much progress has happened. Must be smaller than value passed to setProgressMax() |
void org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceProgressMonitor.setProgress |
( |
final int |
progress | ) |
|
default void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setProgressMax |
( |
final int |
max | ) |
|
|
inherited |
void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setProgressText |
( |
String |
text | ) |
|
|
inherited |
void org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceProgressMonitor.setProgressText |
( |
final String |
text | ) |
|
The documentation for this class was generated from the following file: