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