Class ProgressBar

  • All Implemented Interfaces:
    Runnable

    public class ProgressBar
    extends Object
    implements Runnable
    This class is implementing process bar for when user first time running the CobiGen CLI because first time downloading the dependency it is taking time .
    • Constructor Detail

      • ProgressBar

        public ProgressBar()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable