Package org.aksw.limes.core.util
Class ProgressBar
- java.lang.Object
-
- org.aksw.limes.core.util.ProgressBar
-
public class ProgressBar extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringprogressCharprotected static intwidth
-
Constructor Summary
Constructors Constructor Description ProgressBar()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetProgressChar()intgetWidth()static voidprint(double progressPercentage)print progress bar to the standard outputstatic voidsetProgressChar(String progressChar)voidsetWidth(int width)
-
-
-
Field Detail
-
progressChar
protected static String progressChar
-
width
protected static int width
-
-
Method Detail
-
getProgressChar
public static String getProgressChar()
-
setProgressChar
public static void setProgressChar(String progressChar)
-
print
public static void print(double progressPercentage)
print progress bar to the standard output- Parameters:
progressPercentage-
-
getWidth
public int getWidth()
-
setWidth
public void setWidth(int width)
-
-