Quantcast
Channel: ひしだまの変更履歴
Viewing all articles
Browse latest Browse all 262

AsakusaFW BatchContext

$
0
0

Asakusa Framework Advent Calendar 2020の9日目です。

Asakusa Frameworkでは、バッチの引数をBatchContextというクラスから取得できます。
これはキーとして文字列を指定するので、BatchContextを扱うクラスをひとつ用意し、キー文字列はそのクラス内にとどめるコーディングスタイルにするのがよいと思います。

public class BatchContextUtil { public static String getDate() { return BatchContext.get("date"); } }

Viewing all articles
Browse latest Browse all 262

Trending Articles