Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceProgressMonitor Class Reference

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)
 
void setProgressText (String text)
 
void setProgressText (final String text)
 

Detailed Description

A do nothing data source processor progress monitor.

Definition at line 293 of file VMExtractorIngestModule.java.

Member Function Documentation

void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setIndeterminate ( boolean  indeterminate)
inherited
void org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceProgressMonitor.setIndeterminate ( final boolean  indeterminate)

Definition at line 296 of file VMExtractorIngestModule.java.

void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setProgress ( int  progress)
inherited
void org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceProgressMonitor.setProgress ( final int  progress)

Definition at line 300 of file VMExtractorIngestModule.java.

void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setProgressText ( String  text)
inherited
void org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceProgressMonitor.setProgressText ( final String  text)

Definition at line 304 of file VMExtractorIngestModule.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.