Class ProgressBar
java.lang.Object
cloud.kitelang.cli.util.ProgressBar
- All Implemented Interfaces:
cloud.kitelang.engine.distribution.DownloadProgress
public class ProgressBar
extends Object
implements cloud.kitelang.engine.distribution.DownloadProgress
Simple console progress bar for downloads.
-
Field Summary
Fields inherited from interface cloud.kitelang.engine.distribution.DownloadProgress
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clear the progress bar line.voidComplete the progress bar with a final message.voidonProgress(long bytesRead, long totalBytes, int percentComplete)
-
Constructor Details
-
ProgressBar
-
-
Method Details
-
onProgress
public void onProgress(long bytesRead, long totalBytes, int percentComplete) - Specified by:
onProgressin interfacecloud.kitelang.engine.distribution.DownloadProgress
-
clear
public void clear()Clear the progress bar line. -
complete
Complete the progress bar with a final message.
-