Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.progress.ProgressIndicator.
Public Member Functions | |
void | finish () |
void | progress (String message) |
void | progress (int workUnitsCompleted) |
void | progress (String message, int workUnitsCompleted) |
void | start (String message, int totalWorkUnits) |
void | start (String message) |
void | switchToDeterminate (String message, int workUnitsCompleted, int totalWorkUnits) |
void | switchToIndeterminate (String message) |
A "silent" or "null" progress indicator.
Definition at line 26 of file SilentProgressIndicator.java.
void org.sleuthkit.autopsy.progress.SilentProgressIndicator.finish | ( | ) |
Finishes the progress indicator when the task is completed.
Implements org.sleuthkit.autopsy.progress.ProgressIndicator.
Definition at line 57 of file SilentProgressIndicator.java.
void org.sleuthkit.autopsy.progress.SilentProgressIndicator.progress | ( | String | message | ) |
Updates the progress indicator with a progress message.
message | The progress message. |
Implements org.sleuthkit.autopsy.progress.ProgressIndicator.
Definition at line 45 of file SilentProgressIndicator.java.
void org.sleuthkit.autopsy.progress.SilentProgressIndicator.progress | ( | int | workUnitsCompleted | ) |
Updates the progress indicator with the number of work units completed so far when in determinate mode (the total number of work units to be completed is known).
workUnitsCompleted | Number of work units completed so far. |
Implements org.sleuthkit.autopsy.progress.ProgressIndicator.
Definition at line 49 of file SilentProgressIndicator.java.
void org.sleuthkit.autopsy.progress.SilentProgressIndicator.progress | ( | String | message, |
int | workUnitsCompleted | ||
) |
Updates the progress indicator with a progress message and the number of work units completed so far when in determinate mode (the total number of work units to be completed is known).
message | The progress message. |
workUnitsCompleted | Number of work units completed so far. |
Implements org.sleuthkit.autopsy.progress.ProgressIndicator.
Definition at line 53 of file SilentProgressIndicator.java.
void org.sleuthkit.autopsy.progress.SilentProgressIndicator.start | ( | String | message, |
int | totalWorkUnits | ||
) |
Starts the progress indicator in determinate mode (the total number of work units to be completed is known).
message | The initial progress message. |
totalWorkUnits | The total number of work units. |
Implements org.sleuthkit.autopsy.progress.ProgressIndicator.
Definition at line 29 of file SilentProgressIndicator.java.
void org.sleuthkit.autopsy.progress.SilentProgressIndicator.start | ( | String | message | ) |
Starts the progress indicator in indeterminate mode (the total number of work units to be completed is unknown).
message | The initial progress message. |
Implements org.sleuthkit.autopsy.progress.ProgressIndicator.
Definition at line 33 of file SilentProgressIndicator.java.
void org.sleuthkit.autopsy.progress.SilentProgressIndicator.switchToDeterminate | ( | String | message, |
int | workUnitsCompleted, | ||
int | totalWorkUnits | ||
) |
Switches the progress indicator to determinate mode (the total number of work units to be completed is known).
message | The initial progress message. |
workUnitsCompleted | The number of work units completed so far. |
totalWorkUnits | The total number of work units to be completed. |
Implements org.sleuthkit.autopsy.progress.ProgressIndicator.
Definition at line 41 of file SilentProgressIndicator.java.
void org.sleuthkit.autopsy.progress.SilentProgressIndicator.switchToIndeterminate | ( | String | message | ) |
Switches the progress indicator to indeterminate mode (the total number of work units to be completed is unknown).
message | The initial progress message. |
Implements org.sleuthkit.autopsy.progress.ProgressIndicator.
Definition at line 37 of file SilentProgressIndicator.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.