类 Progress

java.lang.Object
cn.toutatis.xvoid.axolotl.manage.Progress

public class Progress extends Object
进度管理器,用来获取默认实现。 progress manager.
作者:
Toutatis_Gc
  • 构造器详细资料

    • Progress

      public Progress()
  • 方法详细资料

    • init

      public static void init(String progressId, int totalRecords)
    • updateProgress

      public static void updateProgress(String progressId, int currentRecords)
    • getProgress

      public static Double getProgress(String progressId)
    • isFinished

      public static boolean isFinished(String progressId)
    • generateProgressId

      public static String generateProgressId()
      生成一个随机的进度ID