インタフェースの使用
com.lmt.lib.bldt.UpdateProgress
-
UpdateProgressを使用しているパッケージ パッケージ 説明 com.lmt.lib.bldt LDTライブラリのコアパッケージです。 -
-
com.lmt.lib.bldtでのUpdateProgressの使用
UpdateProgressを実装しているcom.lmt.lib.bldtのクラス 修飾子とタイプ クラス 説明 static classUpdateProgress.Nop何も行わない進捗報告ハンドラです。static classUpdateProgress.StdOut進捗内容を標準出力に出力する進捗報告ハンドラです。UpdateProgressを返すcom.lmt.lib.bldtのメソッド 修飾子とタイプ メソッド 説明 static UpdateProgressUpdateProgress. nop()UpdateProgress.Nopを返します。static UpdateProgressUpdateProgress. stdout()UpdateProgress.StdOutを返します。UpdateProgress型のパラメータを持つcom.lmt.lib.bldtのメソッド 修飾子とタイプ メソッド 説明 voidContentDatabase. update(HttpClient client, String id, Duration timeout, UpdateProgress progress)難易度表データベースの更新を行います。voidContentDatabase. update(HttpClient client, Duration timeout, UpdateProgress progress)難易度表データベースの更新を行います。voidContentDatabase. update(HttpClient client, Duration timeout, UpdateProgress progress, Map<String,UpdateResult> results)難易度表データベースの更新を行います。
-